Skip to content

Commit

Permalink
Update intel-classic version
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Jul 28, 2024
1 parent 4588922 commit f3790fb
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ jobs:
toolchain:
- { compiler: gcc, version: "13" }
- { compiler: intel, version: "2024.1" }
- { compiler: intel-classic, version: "2021.10" }
- { compiler: intel-classic, version: "2021.12" }
exclude:
- os: macos-latest
toolchain: { compiler: intel, version: "2024.1" }
- os: macos-latest
toolchain: { compiler: intel-classic, version: "2021.12" }
include:
- os: macos-latest
toolchain: { compiler: intel-classic, version: "2021.10" }
- os: ubuntu-latest
toolchain: { compiler: nvidia-hpc, version: "23.11" }
runs-on: ${{ matrix.os }}
Expand All @@ -37,13 +41,14 @@ jobs:
os: [ubuntu-latest, macos-latest]
toolchain:
- { compiler: gcc, version: "13" }
- { compiler: intel, version: "2024.1" }
- { compiler: intel-classic, version: "2021.10" }
- { compiler: nvidia-hpc, version: "23.11" }
exclude:
- os: macos-latest
include:
- os: ubuntu-latest
toolchain: { compiler: intel, version: "2024.1" }
- os: ubuntu-latest
toolchain: { compiler: intel-classic, version: "2021.12" }
- os: macos-latest
toolchain: { compiler: intel-classic, version: "2021.10" }
- os: ubuntu-latest
toolchain: { compiler: nvidia-hpc, version: "23.11" }
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit f3790fb

Please sign in to comment.