We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b606c7 commit 9a79332Copy full SHA for 9a79332
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
matrix:
62
config:
63
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, use-cross: false }
64
- - { os: macos-latest, target: x86_64-apple-darwin, use-cross: false }
+ - { os: macos-latest, target: aarch64-apple-darwin, use-cross: false }
65
- { os: windows-latest, target: x86_64-pc-windows-msvc, use-cross: false }
66
- { os: ubuntu-latest, target: powerpc-unknown-linux-gnu, use-cross: true }
67
0 commit comments