From 775f76716bed08612116d93d499cdb2e2b7322e9 Mon Sep 17 00:00:00 2001 From: fortuno-repos Date: Fri, 8 Nov 2024 17:49:09 +0000 Subject: [PATCH] Update from https://github.com/fortuno-repos/fortuno/commit/f83e52c75e41ecb8f3c7ae210e5989a220889376 --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c841631..f08b511 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,10 +27,11 @@ jobs: - name: Setup Intel compiler uses: rscohn2/setup-oneapi@v0 with: + # Restricting to 2024 as fpm fails to build MPI-programs with oneAPI 2025.0 components: | - ifx - icx - impi + ifx@2024.2.1 + icx@2024.2.1 + impi@2021.13.1 - name: Setup Intel environment run: |