Skip to content

Commit

Permalink
Use a newer distribution for haskell-ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
alunduil committed Aug 5, 2024
1 parent 69ebc63 commit c9a198a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
@@ -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
#
Expand All @@ -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:
Expand All @@ -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 c9a198a

Please sign in to comment.