From 4224aa036a19a848fe16fd347df4c2ea06ccba77 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Thu, 18 Apr 2024 13:09:13 -0500 Subject: [PATCH] Update oneAPI version to 2024.1 for Daily Build (#4418) --- .github/workflows/cmake-ctest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-ctest.yml b/.github/workflows/cmake-ctest.yml index 5870f56060..1efe6ba5c4 100644 --- a/.github/workflows/cmake-ctest.yml +++ b/.github/workflows/cmake-ctest.yml @@ -411,7 +411,7 @@ jobs: id: setup-fortran with: compiler: intel - version: '2023.2' + version: '2024.1' - name: Enable Developer Command Prompt uses: ilammy/msvc-dev-cmd@v1.13.0 @@ -505,7 +505,7 @@ jobs: id: setup-fortran with: compiler: intel - version: '2023.2' + version: '2024.1' - name: Set file base name (Linux_intel) id: set-file-base