From 263db11b0696b430ac38fc9d736dff304af35cc4 Mon Sep 17 00:00:00 2001 From: "Knepper, Sarah" Date: Thu, 31 Oct 2024 12:42:47 -0700 Subject: [PATCH] Revert "[github] Uplift version of Intel oneMKL and icx used in CI to 2025.0.0" This reverts commit 3b5d7b4ae3ad5385f74107bc9c45f4c5e201e4c0. --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0399859cb..99a106cce 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -82,8 +82,8 @@ jobs: uses: rscohn2/setup-oneapi@2ad0cf6b74bc2426bdcee825cf88f9db719dd727 # v0.1.0 with: components: | - icx@2025.0.0 - mkl@2025.0.0 + icx@2024.1.0 + mkl@2024.1.0 - name: Configure/Build for a domain if: steps.domain_check.outputs.result == 'true' run: |