Skip to content

Commit e04b615

Browse files
committed
For the Linux native image builds, use Ubuntu 20.04.
- Fixed #916 - Recent Linux distros include GLIBC 2.34, which broke compatibility with older versions, so use Ubuntu 20.04 to have better support Signed-off-by: Roland Grunberg <[email protected]>
1 parent 31af8da commit e04b615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/native-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
strategy:
2727
fail-fast: true
2828
matrix:
29-
os: [macos-latest, ubuntu-latest]
29+
os: [macos-latest, ubuntu-20.04]
3030
include:
3131
- os: macos-latest
3232
label: 'osx-x86_64'
33-
- os: ubuntu-latest
33+
- os: ubuntu-20.04
3434
label: 'linux'
3535
steps:
3636
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)