From bbf5b3e377b5970789d0fdef43ab202b963f7339 Mon Sep 17 00:00:00 2001 From: Andrey Prokopenko Date: Thu, 19 Oct 2023 11:16:36 -0400 Subject: [PATCH] Update Kokkos version in Gitlab and Windows builds --- .github/workflows/windows.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f1b8a242e..8aeae5414 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 with: repository: kokkos/kokkos - ref: 4.0.00 + ref: 4.1.00 path: ${GITHUB_WORKSPACE}/../kokkos - name: Install Kokkos shell: bash diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abcbc74ac..e261e2a79 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ BuildKokkos: extends: .LoadModules stage: buildDependencies script: - - git clone --depth=1 --branch 4.0.00 https://github.com/kokkos/kokkos.git && + - git clone --depth=1 --branch 4.1.00 https://github.com/kokkos/kokkos.git && cd kokkos && mkdir build && cd build &&