Skip to content

Commit

Permalink
haskell-ci.yml: try to fix node20 glibc mismatch
Browse files Browse the repository at this point in the history
ubuntu:20.04 is focal so try that buildpack-deps
  • Loading branch information
juhp authored and glguy committed Sep 21, 2024
1 parent a5f7f92 commit aee766c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
timeout-minutes:
60
container:
image: buildpack-deps:bionic
image: buildpack-deps:focal
continue-on-error: ${{ matrix.allow-failure }}
strategy:
matrix:
Expand Down

0 comments on commit aee766c

Please sign in to comment.