Skip to content

Commit

Permalink
Update .github/workflows/build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Oct 24, 2023
1 parent afc7ac8 commit 95db08c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
strategy:
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
ghc:
- '7.4'
- '7.6'
- '7.8'
- '7.10'
- '8.0'
- '8.2'
Expand All @@ -32,6 +29,9 @@ jobs:
- '8.10'
- '9.0'
- '9.2'
- '9.4'
- '9.6'
- '9.8'
include:
- os: macos-latest
ghc: latest
Expand Down

0 comments on commit 95db08c

Please sign in to comment.