Skip to content

Commit d188c1d

Browse files
fix: use Ubuntu 20.04 for GLIBC 2.31 compatibility on x64
1 parent f274f55 commit d188c1d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
# Linux x64
25-
- runner: ubuntu-latest
24+
# Linux x64 (Ubuntu 20.04 for GLIBC 2.31 compatibility)
25+
- runner: ubuntu-20.04
2626
platform: linux-x86_64
2727
target: x86_64-unknown-linux-gnu
28-
# Linux ARM64
29-
- runner: ubuntu-24.04-arm
28+
# Linux ARM64 (Ubuntu 22.04 for GLIBC 2.35 compatibility)
29+
- runner: ubuntu-22.04-arm
3030
platform: linux-aarch64
3131
target: aarch64-unknown-linux-gnu
3232
# macOS ARM64 (Apple Silicon)
@@ -210,3 +210,4 @@ jobs:
210210
env:
211211
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
212212

213+

0 commit comments

Comments
 (0)