Skip to content

Commit

Permalink
revert(ci): back to macOS 16
Browse files Browse the repository at this point in the history
  • Loading branch information
mfkrause committed Nov 20, 2024
1 parent 196e5e0 commit a0a0513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build:
name: Build iOS example app
runs-on: macOS-latest
runs-on: macOS-15
steps:
- uses: actions/checkout@v3
- name: Setup
Expand All @@ -34,7 +34,7 @@ jobs:
-scheme VoiceKitExample \
-sdk iphonesimulator \
-configuration Debug \
-destination 'platform=iOS Simulator,name=iPhone 15 Pro' \
-destination 'platform=iOS Simulator,name=iPhone 16 Pro' \
build \
CODE_SIGNING_ALLOWED=NO | xcpretty"
working-directory: example/ios

0 comments on commit a0a0513

Please sign in to comment.