Skip to content

Commit

Permalink
ci: switch to macOS 15 runners for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
complexspaces committed Feb 1, 2025
1 parent 232c4be commit 2b5551d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
# Note: This runs on ARM64 and not x86_64.
- macos-15
- windows-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -198,7 +199,7 @@ jobs:
test_ios:
name: "Test iOS (Catalyst)"
runs-on: macos-latest
runs-on: macos-15
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2b5551d

Please sign in to comment.