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 4de51ff commit 4850988Copy full SHA for 4850988
.github/workflows/gnd-binary-build.yml
@@ -12,10 +12,10 @@ jobs:
12
matrix:
13
include:
14
- target: x86_64-unknown-linux-gnu
15
- runner: ubuntu-latest
+ runner: ubuntu-22.04
16
asset_name: gnd-linux-x86_64
17
- target: aarch64-unknown-linux-gnu
18
- runner: ubuntu-24.04-arm
19
asset_name: gnd-linux-aarch64
20
- target: x86_64-apple-darwin
21
runner: macos-13
0 commit comments