1
Fork 0

Update to newer Ubuntu in CI for distributing precompiled artifacts

GHA is going to remove support for ubuntu-20.04 in a couple of months
This commit is contained in:
bjorn3 2025-02-14 10:57:29 +00:00
parent aa9cbd7c3c
commit de27d8593d

View file

@ -188,8 +188,8 @@ jobs:
fail-fast: false
matrix:
include:
# FIXME update at some point in the future once most distros use a newer glibc
- os: ubuntu-20.04
# Intentionally using an older ubuntu version to lower the glibc requirements of the distributed cg_clif
- os: ubuntu-22.04
env:
TARGET_TRIPLE: x86_64-unknown-linux-gnu
- os: macos-latest