From aee766c2fdb03f2cc2ca23e3c019708928f58ee6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 21 Sep 2024 15:21:23 +0800 Subject: [PATCH] haskell-ci.yml: try to fix node20 glibc mismatch ubuntu:20.04 is focal so try that buildpack-deps --- .github/workflows/haskell-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 9f00d87..22b3a82 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -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: