Skip to content

Commit

Permalink
Use newest nvfortran version, include one for fpm-test, try to use gc…
Browse files Browse the repository at this point in the history
…c-13
  • Loading branch information
minhqdao committed Feb 26, 2024
1 parent 8b16628 commit cc14781
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
toolchain:
- { compiler: gcc, version: 10 }
- { compiler: gcc, version: 13 }
include:
- os: ubuntu-latest
toolchain: { compiler: intel, version: "2023.2" }
toolchain: { compiler: intel, version: 2023.2 }
- os: ubuntu-latest
toolchain: { compiler: intel-classic, version: 2021.10 }
- os: ubuntu-latest
toolchain: { compiler: intel-classic, version: "2021.10" }
toolchain: { compiler: nvidia-hpc, version: 23.11 }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -37,7 +39,7 @@ jobs:
- { compiler: gcc, version: 13 }
- { compiler: intel, version: 2023.2 }
- { compiler: intel-classic, version: 2021.10 }
- { compiler: nvidia-hpc, version: 23.9 }
- { compiler: nvidia-hpc, version: 23.11 }
include:
- os: macos-latest
toolchain: { compiler: gcc, version: 13 }
Expand Down

0 comments on commit cc14781

Please sign in to comment.