From 0cdbc97f927e4e2d953c4f0e9c90ea9a12b808f7 Mon Sep 17 00:00:00 2001 From: Robert Cohn Date: Fri, 27 Oct 2023 11:05:50 -0500 Subject: [PATCH] upgrade icpx to latest --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e536a487..c3c22b99 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -23,7 +23,7 @@ jobs: compiler_prefix: /opt/intel/oneapi/compiler/latest/linux/bin # To get new URL, look here: # https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html#inpage-nav-6-undefined - compiler_url: https://registrationcenter-download.intel.com/akdlm/irc_nas/18849/l_dpcpp-cpp-compiler_p_2022.2.0.8772_offline.sh + compiler_url: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ebf5d9aa-17a7-46a4-b5df-ace004227c0e/l_dpcpp-cpp-compiler_p_2023.2.1.8_offline.sh name: ${{ matrix.compiler_driver }} steps: