From 4f3d346fa6f63b57296f97493d7834a1622623a2 Mon Sep 17 00:00:00 2001 From: Joris Dral Date: Tue, 27 Aug 2024 16:14:08 +0200 Subject: [PATCH] Run `haskell-ci.yml` with `Ubuntu-22.04` --- .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 52ddc75..0e30951 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -19,7 +19,7 @@ on: jobs: linux: name: Haskell-CI - Linux - ${{ matrix.compiler }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 60 container: