Update Intel oneAPI version to 2024.1 (#4412)

This commit is contained in:
H. Joe Lee 2024-04-16 10:08:23 -05:00 committed by GitHub
parent 908cdb05a4
commit 77d91d8af7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ jobs:
id: setup-fortran
with:
compiler: intel
version: '2024.0'
version: '2024.1'
- name: Autotools Configure
shell: bash

View File

@ -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