File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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# #####################
You can’t perform that action at this time.
0 commit comments