Skip to content

Commit 9777bf8

Browse files
Merge branch 'main' into dev/skopienko/2_simplify_tests_new_kernel_name_impl
2 parents ea9dbdb + 4f6e97d commit 9777bf8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ env:
2424
BUILD_CONCURRENCY: 4
2525
MACOS_BUILD_CONCURRENCY: 3
2626
TEST_TIMEOUT: 360
27-
WINDOWS_TBB_DOWNLOAD_LINK: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d6497040-a73d-435a-a018-a6040bdf39ec/intel-onetbb-2022.2.0.506_offline.exe
28-
WINDOWS_ICPX_DOWNLOAD_LINK: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/dc2bc071-6e5c-4b48-8fdd-a39d20c25e5a/intel-dpcpp-cpp-compiler-2025.2.0.528_offline.exe
27+
WINDOWS_TBB_DOWNLOAD_LINK: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/93ecf608-2a54-423e-a706-6a427d7dc8a5/intel-onetbb-2022.3.0.382_offline.exe
28+
WINDOWS_ICPX_DOWNLOAD_LINK: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0f85f30e-7b8b-4ad6-8465-8cbc6048525d/intel-dpcpp-cpp-compiler-2025.3.1.15_offline.exe
2929
WINDOWS_ONEAPI_PATH: C:\Program Files (x86)\Intel\oneAPI
3030
LINUX_ONEAPI_PATH: /opt/intel/oneapi
3131
VS2022_PATH: C:\Program Files\Microsoft Visual Studio\2022\Enterprise

test/support/test_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
// When such an issue is fixed, we must replace the usage of these "Latest" macros with the appropriate version number
3535
// before updating to the newest version in this section.
3636

37-
#define _PSTL_TEST_LATEST_INTEL_LLVM_COMPILER 20250300
37+
#define _PSTL_TEST_LATEST_INTEL_LLVM_COMPILER 20250301
3838

3939
#define _PSTL_TEST_LATEST_MSVC_STL_VERSION 143
4040

0 commit comments

Comments
 (0)