Skip to content

Commit

Permalink
Use ubuntu-22.04 instead of the latest on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
July541 committed Dec 17, 2024
1 parent 18dd143 commit 3f6ccd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
ghc: ['9.10', '9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6', '8.4', '8.2', '8.0']
os: ['ubuntu-latest', 'windows-latest']
os: ['ubuntu-22.04', 'windows-latest']

name: Build on ${{ matrix.os }} with GHC ${{ matrix.ghc }}

Expand Down

0 comments on commit 3f6ccd2

Please sign in to comment.