Skip to content

Commit

Permalink
fix(ci) use macOS 15 to run iOS tests
Browse files Browse the repository at this point in the history
We need Xcode 16 and that version is now only available on macOS 15
action runners: actions/runner-images#10703
  • Loading branch information
saghul authored and Calinteodor committed Nov 14, 2024
1 parent def9555 commit 293a41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14]
os: [macos-15]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 293a41d

Please sign in to comment.