Skip to content

Commit

Permalink
ci(release): specify macos-13 os explicitly, latest seems to run arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Apr 25, 2024
1 parent f1285c2 commit b5a57d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
rust: stable
target: x86_64-unknown-linux-gnu
- build: macos
os: macos-latest
os: macos-13
rust: stable
target: x86_64-apple-darwin
- build: windows
Expand Down

0 comments on commit b5a57d2

Please sign in to comment.