From 196e5e02568cc4dbd82eb923443917de5ddecabf Mon Sep 17 00:00:00 2001 From: Maximilian Krause Date: Wed, 20 Nov 2024 18:02:55 +0100 Subject: [PATCH] revert(ci): go back to macOS-latest --- .github/workflows/build-ios.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index e6563ca..02204fb 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -17,7 +17,7 @@ on: jobs: build: name: Build iOS example app - runs-on: macOS-15 + runs-on: macOS-latest steps: - uses: actions/checkout@v3 - name: Setup @@ -34,7 +34,7 @@ jobs: -scheme VoiceKitExample \ -sdk iphonesimulator \ -configuration Debug \ - -destination 'platform=iOS Simulator,name=iPhone 16 Pro' \ + -destination 'platform=iOS Simulator,name=iPhone 15 Pro' \ build \ CODE_SIGNING_ALLOWED=NO | xcpretty" working-directory: example/ios