Skip to content

Commit

Permalink
Update Intel oneAPI version to 2024.1 (HDFGroup#4412)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored and lrknox committed Apr 22, 2024
1 parent e20c2a7 commit eadb90c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/intel-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: setup-fortran
with:
compiler: intel
version: '2024.0'
version: '2024.1'

- name: Autotools Configure
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/intel-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: setup-fortran
with:
compiler: intel
version: '2024.0'
version: '2024.1'

- name: CMake Configure (Linux)
shell: bash
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
id: setup-fortran
with:
compiler: intel
version: '2024.0'
version: '2024.1'

- name: CMake Configure (Windows)
shell: pwsh
Expand Down

0 comments on commit eadb90c

Please sign in to comment.