We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4961d commit f4390aeCopy full SHA for f4390ae
.github/actions/setup-intel/action.yml
@@ -87,7 +87,7 @@ runs:
87
uses: fortran-lang/setup-fortran@v1
88
with:
89
compiler: intel
90
- version: 2025.1
+ version: 2024.1.0 # Pinned until issue #1090 is resolved
91
92
- name: (Ubuntu) Install Intel oneAPI MPI and build dependencies
93
if: contains(inputs.os, 'ubuntu')
.github/workflows/CI.yml
@@ -32,7 +32,7 @@ jobs:
32
exclude:
33
- os: macos-13 # No Intel on MacOS anymore since 2024
34
toolchain: {compiler: intel, version: '2025.1'}
35
- - os: windows-latest # Until #1090 resolved
+ - os: windows-latest # Doesn't pass build and tests yet
36
37
- os: windows-latest # gcc 14 not available on Windows yet
38
toolchain: {compiler: gcc, version: 14}
0 commit comments