Skip to content

Commit

Permalink
Fix GitHub actions runner
Browse files Browse the repository at this point in the history
macos-latest is now macos-14, which runs on aarch64
  • Loading branch information
madsmtm committed Apr 25, 2024
1 parent c7ed95e commit f057981
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 @@ -30,7 +30,7 @@ jobs:
flags: '--features common-controls-v6'
- name: macOS
os: macos-latest
target: x86_64-apple-darwin
target: aarch64-apple-darwin
flags: ''
- name: WASM32
os: ubuntu-latest
Expand Down

0 comments on commit f057981

Please sign in to comment.