Skip to content

Commit de27d85

Browse files
committed
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
1 parent aa9cbd7 commit de27d85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ jobs:
188188
fail-fast: false
189189
matrix:
190190
include:
191-
# FIXME update at some point in the future once most distros use a newer glibc
192-
- os: ubuntu-20.04
191+
# Intentionally using an older ubuntu version to lower the glibc requirements of the distributed cg_clif
192+
- os: ubuntu-22.04
193193
env:
194194
TARGET_TRIPLE: x86_64-unknown-linux-gnu
195195
- os: macos-latest

0 commit comments

Comments
 (0)