From c9a198a95d6ddaf6b3834a05b48d3c891af7174e Mon Sep 17 00:00:00 2001 From: Alex Brandt Date: Mon, 5 Aug 2024 11:58:28 +0000 Subject: [PATCH] Use a newer distribution for haskell-ci. --- .github/workflows/haskell-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 3fb998f..62cc07c 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -1,6 +1,6 @@ # This GitHub workflow config has been generated by a script via # -# haskell-ci 'github' '--haddock' 'templatise.cabal' +# haskell-ci '--distribution' 'focal' 'github' '--haddock' 'templatise.cabal' # # To regenerate the script (for example after adjusting tested-with) run # @@ -10,7 +10,7 @@ # # version: 0.18.1 # -# REGENDATA ("0.18.1",["github","--haddock","templatise.cabal"]) +# REGENDATA ("0.18.1",["--distribution","focal","github","--haddock","templatise.cabal"]) # name: Haskell-CI on: @@ -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: