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:
Marc Rousavy
2023-10-14 13:17:14 +02:00
committed by GitHub
parent fab5bdc0cd
commit ea98112a21
5 changed files with 38 additions and 38 deletions

View File

@@ -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