We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9cbd7 commit de27d85Copy full SHA for de27d85
.github/workflows/main.yml
@@ -188,8 +188,8 @@ jobs:
188
fail-fast: false
189
matrix:
190
include:
191
- # FIXME update at some point in the future once most distros use a newer glibc
192
- - os: ubuntu-20.04
+ # Intentionally using an older ubuntu version to lower the glibc requirements of the distributed cg_clif
+ - os: ubuntu-22.04
193
env:
194
TARGET_TRIPLE: x86_64-unknown-linux-gnu
195
- os: macos-latest
0 commit comments