From 2dec20fc6f3fe28a15a58611a2e1ef3113ac3f70 Mon Sep 17 00:00:00 2001 From: Jesus Hector Robles Gutierrez Date: Tue, 25 Jun 2024 10:00:41 -0700 Subject: [PATCH] Update Signed-off-by: Jesus Hector Robles Gutierrez --- .github/workflows/build_all.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index ad5d4446..0b380ebf 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -25,7 +25,7 @@ env: LINUX_DPCPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler MACOS_CPP_COMPONENTS: intel.oneapi.mac.cpp-compiler MACOS_FORTRAN_COMPONENTS: intel.oneapi.mac.ifort-compiler - CACHE_NUMBER: 4 + CACHE_NUMBER: 5 SAMPLES_TAG: 2024.2.0 AI_SAMPLES_TAG: 2024.1.0 COMPILER_VERSION: 2024.2.0 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86d29359..b2d2924a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ variables: LINUX_CPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler-pro LINUX_FORTRAN_COMPONENTS_WEB: intel.oneapi.lin.ifort-compiler LINUX_DPCPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler - CACHE_NUMBER: 3 + CACHE_NUMBER: 4 SAMPLES_TAG: 2024.2.0 COMPILER_VERSION: "2024.2.0" TBB_VERSION: "2021.13.0"