Skip to content

Commit

Permalink
Fixed glib compatibility by downgrading to Ubuntu 20
Browse files Browse the repository at this point in the history
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
  • Loading branch information
daniellockyer committed Dec 12, 2022
1 parent af8e567 commit 57ce2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-latest
- ubuntu-20.04
- windows-latest
host:
- x64
Expand Down

0 comments on commit 57ce2d4

Please sign in to comment.