Skip to content

Commit 6c873de

Browse files
felixonmarsmoodmosaic
authored andcommitted
Update CI to use Ubuntu 24.04
Ubuntu 20.04 support has been discontinued by Github on 1st April 2025, which breaks our CI as no such runners are available anymore. Let's follow haskell-CI/haskell-ci#770 to switch to Ubuntu 24.04 to get around it.
1 parent d01d416 commit 6c873de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
linux:
2121
name: Haskell-CI - Linux - ${{ matrix.compiler }}
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-24.04
2323
timeout-minutes:
2424
60
2525
container:

0 commit comments

Comments
 (0)