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 65c4cf8 commit bab3b80Copy full SHA for bab3b80
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
matrix:
26
config:
27
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu }
28
- - { os: ubuntu-latest, target: aarch64-unknown-linux-gnu }
+ - { os: ubuntu-24.04-arm, target: aarch64-unknown-linux-gnu }
29
- { os: macos-latest, target: x86_64-apple-darwin }
30
- { os: macos-latest, target: aarch64-apple-darwin }
31
runs-on: ${{ matrix.config.os }}
0 commit comments