Skip to content

Commit

Permalink
CI: Disable Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Oct 24, 2021
1 parent 8fba96e commit 8bf207e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
os:
- ubuntu-20.04
- macos-11
#TODO - windows-2019
mpi: [MPICH, OpenMPI, MSMPI]
exclude:
- os: ubuntu-20.04
Expand Down

0 comments on commit 8bf207e

Please sign in to comment.