From a0a0513f0dc837bf7c58f1bd9338048f1aa13a46 Mon Sep 17 00:00:00 2001 From: Maximilian Krause Date: Wed, 20 Nov 2024 18:07:10 +0100 Subject: [PATCH] revert(ci): back to macOS 16 see https://github.com/actions/runner-images/issues/10703 --- .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 02204fb..e6563ca 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-latest + runs-on: macOS-15 steps: - uses: actions/checkout@v3 - name: Setup @@ -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