diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d246fe8..f8555f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ jobs: os: [ubuntu-latest] toolchain: - { compiler: gcc, version: 13 } - - { compiler: intel, version: 2024.0.2 } - - { compiler: intel-classic, version: 2021.11.0 } + - { compiler: intel, version: "2024.0" } + - { compiler: intel-classic, version: "2021.11" } - { compiler: nvidia-hpc, version: 23.11 } include: - os: macos-latest