fix: Fix basic Orientation on iOS (#2000)
* fix: Fix basic Orientation on iOS * ci: Use macOS 13 runner for latest Xcode 15 * chore: Remove Xcode 15 checks * Format
This commit is contained in:
4
.github/workflows/build-ios.yml
vendored
4
.github/workflows/build-ios.yml
vendored
@@ -21,7 +21,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: Build iOS Example App
|
||||
runs-on: macOS-latest
|
||||
runs-on: macOS-13
|
||||
defaults:
|
||||
run:
|
||||
working-directory: package/example/ios
|
||||
@@ -80,7 +80,7 @@ jobs:
|
||||
|
||||
build-no-frame-processors:
|
||||
name: Build iOS Example App without Frame Processors
|
||||
runs-on: macOS-latest
|
||||
runs-on: macOS-13
|
||||
defaults:
|
||||
run:
|
||||
working-directory: package/example/ios
|
||||
|
2
.github/workflows/validate-ios.yml
vendored
2
.github/workflows/validate-ios.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
env:
|
||||
WORKING_DIRECTORY: ios
|
||||
SwiftFormat:
|
||||
runs-on: macOS-latest
|
||||
runs-on: macOS-13
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./package/ios
|
||||
|
Reference in New Issue
Block a user