Skip to content

Commit

Permalink
ci: Use macos-15 for Xcode 16
Browse files Browse the repository at this point in the history
Xcode 16 is only available on macos-15 and not anymore on macos-14; see
actions/runner-images#10703
  • Loading branch information
philipphofmann committed Nov 12, 2024
1 parent a34f08c commit 644991f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ui-tests-critical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
jobs:
build-sample:
name: Build SwiftUITestSample Sample
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh "16.0"
Expand All @@ -45,6 +45,7 @@ jobs:

# https://github.com/facebook/react-native/blob/24e7f7d25629a7af6d877a0b79fed2faaab96437/.github/actions/maestro-ios/action.yml#L57
MAESTRO_DRIVER_STARTUP_TIMEOUT: 1500000 # 25 min, CI can be slow at times

strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
ui-tests-swift6:
name: UI Tests for iOS-Swift6 Simulator
runs-on: macos-14
runs-on: macos-15

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 644991f

Please sign in to comment.