fix: Fix build on Xcode 14 (#2033)

* fix: Fix build on Xcode 14

* Format

* Make CI run on `macOS-latest`

* Nested if
This commit is contained in:
Marc Rousavy
2023-10-18 18:25:30 +02:00
committed by GitHub
parent 9573ae19cb
commit 2666ac53a6
4 changed files with 27 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ on:
jobs:
build:
name: Build iOS Example App
runs-on: macOS-13
runs-on: macOS-latest
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-13
runs-on: macOS-latest
defaults:
run:
working-directory: package/example/ios