Skip to content

Commit

Permalink
CI: Actually use ARM macs for running the ARM macs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Aug 14, 2024
1 parent 126f064 commit 0331902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
{
name: mac,
target: aarch64-apple-darwin,
runner: macos-12
runner: macos-14 # ARM
},
{
name: linux,
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
{
name: mac,
target: aarch64-apple-darwin,
runner: macos-12
runner: macos-14 # ARM
},
{
name: linux,
Expand Down

0 comments on commit 0331902

Please sign in to comment.