Skip to content

Commit 1525f6e

Browse files
authored
Merge pull request #1841 from AkihiroSuda/releases-linux-ubuntu-2004
CI: release: use ubuntu-20.04 for Linux binaries
2 parents 4cda9a0 + f4e22a1 commit 1525f6e

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)