Skip to content

Commit

Permalink
MacOs CI now runs on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
a1phyr committed Oct 10, 2024
1 parent 4f41954 commit f6aaa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
matrix:
config:
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, use-cross: false }
- { os: macos-latest, target: x86_64-apple-darwin, use-cross: false }
- { os: macos-latest, target: aarch64-apple-darwin, use-cross: false }
- { os: windows-latest, target: x86_64-pc-windows-msvc, use-cross: false }
- { os: ubuntu-latest, target: powerpc-unknown-linux-gnu, use-cross: true }

Expand Down

0 comments on commit f6aaa12

Please sign in to comment.