From 807b29773e05766f22983f4937976bf4f49ed752 Mon Sep 17 00:00:00 2001 From: Tammo van der Heide Date: Fri, 31 Jan 2025 11:58:45 +0100 Subject: [PATCH] Update the Intel compiler version in the GitHub workflow --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a84a78f..95398f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -131,9 +131,9 @@ jobs: uses: rscohn2/setup-oneapi@v0 with: components: | - icx@2025.0.0 - ifx@2025.0.0 - mkl@2025.0.0 + icx@2025.0.4 + ifx@2025.0.4 + mkl@2025.0.1 - name: Setup Intel environment run: |