Skip to content

Commit

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

0 comments on commit a821d69

Please sign in to comment.