diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-02-14 10:57:29 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-02-14 10:57:29 +0000 |
| commit | de27d8593dad84880cc92b7d53f701e8d8e92f02 (patch) | |
| tree | 845fef1de0da8f8fada61c8caa4fed4489a2930a | |
| parent | aa9cbd7c3cef7171a6a9e9dccb296e3c1f5d9313 (diff) | |
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
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8333df77e6..61a4c1270c9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 |
