Skip to content

Commit

Permalink
Revamp the GHC/OS matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Tomb committed Jul 30, 2021
1 parent 4bbf3dc commit b184e33
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04]
os: [ubuntu-18.04, ubuntu-20.04, macos-latest, windows-latest]
ghc: ["8.8.4", "8.10.4"]
include:
- os: macos-latest
ghc: "8.8.4"
- os: windows-latest
ghc: "8.8.4"
outputs:
cabal-test-suites-json: ${{ steps.cabal-test-suites.outputs.targets-json }}
steps:
Expand Down

0 comments on commit b184e33

Please sign in to comment.