Skip to content

Commit

Permalink
chore: use macos-latest in all actions requiring macos
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Oct 26, 2023
1 parent 27e9a13 commit 58e4b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- os: "ubuntu-latest"
target: "x86_64-unknown-linux-gnu"
cross: true
- os: "macos-10.15"
- os: "macos-latest"
target: "x86_64-apple-darwin"
cross: true
- os: "ubuntu-latest"
Expand Down

0 comments on commit 58e4b24

Please sign in to comment.