Skip to content

Commit 55eebab

Browse files
committed
move lang build to 23
1 parent ffbdb0f commit 55eebab

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ jobs:
235235
strategy:
236236
matrix:
237237
include:
238-
- image: ubuntu2404_clang19
239-
std: 20
240-
cxx: clang++-19
238+
- image: ubuntu2404_clang22
239+
std: 23
240+
cxx: clang++-22
241241
container: ghcr.io/acts-project/${{ matrix.image }}:83
242242
env:
243243
INSTALL_DIR: ${{ github.workspace }}/install

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,12 +375,12 @@ linux_physmon:
375375
after_script:
376376
- !reference [.spack_cleanup, after_script]
377377

378-
linux_ubuntu_2404_clang19:
378+
linux_ubuntu_2404_clang22:
379379
extends: .linux_ubuntu_extra
380380
variables:
381-
CXX: clang++-19
382-
CXXSTD: 20
383-
image: registry.cern.ch/ghcr.io/acts-project/ubuntu2404_clang19:83
381+
CXX: clang++-22
382+
CXXSTD: 23
383+
image: registry.cern.ch/ghcr.io/acts-project/ubuntu2404_clang22:83
384384

385385

386386
######################

0 commit comments

Comments
 (0)