We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b6141 commit 783760dCopy full SHA for 783760d
1 file changed
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
extra_cmake_options: '-DBUILD_SHARED_LIBS=On'
95
clang-runtime: '17'
96
97
- - name: ubu22-clang16-runtime17-kokkos
+ - name: ubu22-clang16-runtime22-kokkos
98
os: ubuntu-22.04
99
compiler: clang-16
100
clang-runtime: '22'
@@ -114,10 +114,10 @@ jobs:
114
115
116
117
- - name: ubu24-arm-clang16-runtime17-kokkos
+ - name: ubu24-arm-clang16-runtime22-kokkos
118
os: ubuntu-24.04-arm
119
120
- clang-runtime: '17'
+ clang-runtime: '22'
121
extra_packages: 'libtrilinos-kokkos-dev ninja-build'
122
extra_cmake_options: '-G Ninja'
123
0 commit comments