Skip to content

Commit

Permalink
Exclude ifort on windos
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Dec 28, 2023
1 parent f4a93c8 commit d5ee5ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- {compiler: gcc}
- {compiler: intel-classic}
# - {compiler: intel}
# exclude:
# - os: windows-latest
# toolchain: {compiler: intel-classic}
exclude:
- os: windows-latest
toolchain: {compiler: intel-classic}

steps:
- name: Checkout code
Expand Down

0 comments on commit d5ee5ff

Please sign in to comment.