Skip to content

Commit

Permalink
Try be more specific with compiler versions
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Mar 10, 2024
1 parent 3d13103 commit 12ab1e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
os: [ubuntu-latest]
toolchain:
- { compiler: gcc, version: 13 }
- { compiler: intel, version: 2024.0 }
- { compiler: intel-classic, version: 2021.11 }
- { compiler: intel, version: 2024.0.2 }
- { compiler: intel-classic, version: 2021.11.0 }
- { compiler: nvidia-hpc, version: 23.11 }
include:
- os: macos-latest
Expand Down

0 comments on commit 12ab1e1

Please sign in to comment.