Skip to content

Commit

Permalink
Update CI_test
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 18, 2024
1 parent f1050b6 commit e97cfad
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CI_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
toolchain:
- {compiler: gcc}
- {compiler: intel}
Expand All @@ -19,10 +19,6 @@ jobs:
- os: ubuntu-latest
toolchain: {compiler: gcc}
exclude:
- os: macos-latest
toolchain: {compiler: intel}
- os: macos-latest
toolchain: {compiler: nvidia-hpc}
- os: windows-latest
toolchain: {compiler: nvidia-hpc}

Expand Down

0 comments on commit e97cfad

Please sign in to comment.