File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ jobs:
359359
360360 cmake_test_cxx20_clang :
361361 name : CMake C++20 test(Clang with libc++)
362- runs-on : ubuntu-latest
362+ runs-on : ubuntu-22.04
363363 steps :
364364 - uses : actions/checkout@v4
365365 with :
@@ -409,7 +409,7 @@ jobs:
409409
410410 cmake_test_cxx23_clang :
411411 name : CMake C++23 test(Clang with libc++)
412- runs-on : ubuntu-latest
412+ runs-on : ubuntu-22.04
413413 steps :
414414 - uses : actions/checkout@v4
415415 with :
Original file line number Diff line number Diff line change 2020 rm -rf third_party
2121 - name : Setup
2222 env :
23- CC : /usr/bin/gcc-10
24- CXX : /usr/bin/g++-10
23+ CC : /usr/bin/gcc-12
24+ CXX : /usr/bin/g++-12
2525 GOOGLETEST_VERSION : 1.12.1
2626 run : |
2727 sudo -E ./ci/setup_googletest.sh
You can’t perform that action at this time.
0 commit comments