Skip to content

Commit 5d0c0dd

Browse files
authored
Use older Ubuntu runners for Debian compatibility (#1018)
Debian stable's GCC is too far behind ubuntu-latest, which means the binaries won't work on Debian. Fixes #1017 Signed-off-by: Ben Cotton <[email protected]>
1 parent f008e66 commit 5d0c0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- runner: ubuntu-latest
17+
- runner: ubuntu-22.04
1818
target: x86_64-unknown-linux-gnu
19-
- runner: ubuntu-24.04-arm
19+
- runner: ubuntu-22.04-arm
2020
target: aarch64-unknown-linux-gnu
2121
- runner: macos-latest
2222
target: x86_64-apple-darwin

0 commit comments

Comments
 (0)