Skip to content

Commit

Permalink
Update Kokkos version in Gitlab and Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Dec 18, 2023
1 parent 5e40d5f commit bbf5b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -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 &&
Expand Down

0 comments on commit bbf5b3e

Please sign in to comment.