Skip to content

Commit

Permalink
We need to use newer Linux container versions to have the glibc symbo…
Browse files Browse the repository at this point in the history
…ls now required by the newer NodeJS-based `checkout` action. Whee.
  • Loading branch information
Castaglia committed Dec 11, 2024
1 parent b10c2a3 commit 62c36b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- gcc
container:
- almalinux:8
- alpine:3.15
- ubuntu:18.04
- alpine:3.18
- ubuntu:22.04

container: ${{ matrix.container }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regressions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
compiler:
- gcc
container:
- ubuntu:18.04
- ubuntu:22.04

container: ${{ matrix.container }}

Expand Down

0 comments on commit 62c36b8

Please sign in to comment.