Skip to content

Commit 064c1d5

Browse files
authored
ci: try ubuntu-22.04 to fix error
https://github.com/racket/gui/actions/runs/14157811194/job/39659667248 has an error `/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /usr/racket-8.16.0.4-tmp-install/bin/racket)`. This might be related to the implicit upgrade to `ubuntu-24.04`, so try `ubuntu-22.04`.
1 parent 9695399 commit 064c1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build-test:
77
name: Build & Test (Racket ${{ matrix.variant }})
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
container: racket/racket-ci:latest
1010

1111
strategy:

0 commit comments

Comments
 (0)