Skip to content

Commit 57ce2d4

Browse files
committed
Fixed glib compatibility by downgrading to Ubuntu 20
fixes #1663 - Ubuntu 22.04 ships with a newer glibc so the prebuilt binaries end up being linked to a more recent version, removing compatibility with systems that ship with older variants - this commit fixes that by downgrading the Ubuntu version
1 parent af8e567 commit 57ce2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
os:
2222
- macos-latest
23-
- ubuntu-latest
23+
- ubuntu-20.04
2424
- windows-latest
2525
host:
2626
- x64

0 commit comments

Comments
 (0)