Skip to content

Commit

Permalink
ci(intel): update version to 2024.1
Browse files Browse the repository at this point in the history
close #209
  • Loading branch information
hyoklee committed Apr 15, 2024
1 parent 203a8b1 commit 92496c1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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
2 changes: 1 addition & 1 deletion .github/workflows/win-ninja-icx-f-p-sf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: awvwgk/setup-fortran@main
with:
compiler: intel
version: "2024.0"
version: "2024.1"
- name: Install Intel MPI
uses: mpi4py/setup-mpi@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win-ninja-icx-p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: awvwgk/setup-fortran@main
with:
compiler: intel
version: '2024.0'
version: '2024.1'
- name: Install Intel MPI
uses: mpi4py/setup-mpi@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win-ninja-icx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: awvwgk/setup-fortran@main
with:
compiler: intel
version: '2024.0'
version: '2024.1'
- name: Checkout HDF5
uses: actions/checkout@v4.1.1
- name: Set oneAPI
Expand Down

0 comments on commit 92496c1

Please sign in to comment.