Skip to content

Commit

Permalink
ci: use macos-latest for macos clippy (anza-xyz#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Jun 5, 2024
1 parent 8c80bda commit d95bac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
os:
- macos-latest-large
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
os:
- macos-latest-large
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit d95bac6

Please sign in to comment.