diff --git a/.github/workflows/intel-auto.yml b/.github/workflows/intel-auto.yml index 8f767e7824b..e24b21e2b2f 100644 --- a/.github/workflows/intel-auto.yml +++ b/.github/workflows/intel-auto.yml @@ -30,7 +30,7 @@ jobs: id: setup-fortran with: compiler: intel - version: '2024.0' + version: '2024.1' - name: Autotools Configure shell: bash diff --git a/.github/workflows/intel-cmake.yml b/.github/workflows/intel-cmake.yml index f132d736257..4532ca4ec42 100644 --- a/.github/workflows/intel-cmake.yml +++ b/.github/workflows/intel-cmake.yml @@ -31,7 +31,7 @@ jobs: id: setup-fortran with: compiler: intel - version: '2024.0' + version: '2024.1' - name: CMake Configure (Linux) shell: bash @@ -85,7 +85,7 @@ jobs: id: setup-fortran with: compiler: intel - version: '2024.0' + version: '2024.1' - name: CMake Configure (Windows) shell: pwsh