Skip to content

Commit f4390ae

Browse files
committed
Downgrade Intel for MPI until fix
1 parent 8e4961d commit f4390ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-intel/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runs:
8787
uses: fortran-lang/setup-fortran@v1
8888
with:
8989
compiler: intel
90-
version: 2025.1
90+
version: 2024.1.0 # Pinned until issue #1090 is resolved
9191

9292
- name: (Ubuntu) Install Intel oneAPI MPI and build dependencies
9393
if: contains(inputs.os, 'ubuntu')

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
exclude:
3333
- os: macos-13 # No Intel on MacOS anymore since 2024
3434
toolchain: {compiler: intel, version: '2025.1'}
35-
- os: windows-latest # Until #1090 resolved
35+
- os: windows-latest # Doesn't pass build and tests yet
3636
toolchain: {compiler: intel, version: '2025.1'}
3737
- os: windows-latest # gcc 14 not available on Windows yet
3838
toolchain: {compiler: gcc, version: 14}

0 commit comments

Comments
 (0)