Skip to content

Commit

Permalink
Only use ubuntu for testing
Browse files Browse the repository at this point in the history
Current code does not use OS specific components and builds on
Windows and OSX looks not very reliable so disabling them unless
it's fixed.
  • Loading branch information
qnikst committed Jun 10, 2023
1 parent 500aea9 commit 55298f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
ghc: ['8.10.5', '9.2.1', '9.6.2']
cabal: ['3.10.1.0']
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest]
name: GHC ${{ matrix.ghc }} / Cabal ${{ matrix.cabal }} / ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 55298f3

Please sign in to comment.