Skip to content

Commit f4e22a1

Browse files
committed
CI: release: use ubuntu-20.04 for Linux binaries
Use an old release of Ubuntu for better glibc compatibility Signed-off-by: Akihiro Suda <[email protected]>
1 parent 4cda9a0 commit f4e22a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
name: artifacts-darwin
4040
path: _artifacts/
4141
release:
42-
runs-on: ubuntu-22.04
42+
# An old release of Ubuntu is chosen for glibc compatibility
43+
runs-on: ubuntu-20.04
4344
needs: artifacts-darwin
4445
timeout-minutes: 20
4546
steps:

0 commit comments

Comments
 (0)