Skip to content

Commit

Permalink
fix: use macos-13 runner (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jun 4, 2024
1 parent 7de724d commit 738df45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
os: [macOS-latest, ubuntu-latest, windows-2019]
# macos-13 is x86_64
os: [macos-13, ubuntu-latest, windows-2019]

env:
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit 738df45

Please sign in to comment.