Don't do sandwich tests on windows

This commit is contained in:
Tom McLaughlin 2020-07-14 18:10:49 -07:00
parent 5b1fb072e5
commit eef6bc7364
2 changed files with 8 additions and 20 deletions

View File

@ -12,21 +12,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-latest]
cabal: ["3.2"]
ghc:
- "8.6.5"
- "8.8.3"
- "8.10.1"
exclude:
- os: macOS-latest
ghc: 8.8.3
- os: macOS-latest
ghc: 8.6.5
- os: windows-latest
ghc: 8.8.3
- os: windows-latest
ghc: 8.6.5
# exclude:
# - os: macOS-latest
# ghc: 8.8.3
steps:
- uses: actions/checkout@v2

View File

@ -12,21 +12,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-latest]
cabal: ["3.2"]
ghc:
- "8.6.5"
- "8.8.3"
- "8.10.1"
exclude:
- os: macOS-latest
ghc: 8.8.3
- os: macOS-latest
ghc: 8.6.5
- os: windows-latest
ghc: 8.8.3
- os: windows-latest
ghc: 8.6.5
# exclude:
# - os: macOS-latest
# ghc: 8.8.3
steps:
- uses: actions/checkout@v2