Skip to content

Commit 4850988

Browse files
committed
.github: downgrade ubuntu version for gnd build action
1 parent 4de51ff commit 4850988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gnd-binary-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
matrix:
1313
include:
1414
- target: x86_64-unknown-linux-gnu
15-
runner: ubuntu-latest
15+
runner: ubuntu-22.04
1616
asset_name: gnd-linux-x86_64
1717
- target: aarch64-unknown-linux-gnu
18-
runner: ubuntu-24.04-arm
18+
runner: ubuntu-22.04
1919
asset_name: gnd-linux-aarch64
2020
- target: x86_64-apple-darwin
2121
runner: macos-13

0 commit comments

Comments
 (0)