We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8275d1 + 4d9895b commit e9fd2faCopy full SHA for e9fd2fa
.github/workflows/ci.yml
@@ -359,7 +359,7 @@ jobs:
359
360
cmake_test_cxx20_clang:
361
name: CMake C++20 test(Clang with libc++)
362
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
363
steps:
364
- uses: actions/checkout@v4
365
with:
@@ -409,7 +409,7 @@ jobs:
409
410
cmake_test_cxx23_clang:
411
name: CMake C++23 test(Clang with libc++)
412
413
414
415
@@ -858,7 +858,7 @@ jobs:
858
859
code_coverage:
860
name: Code coverage
861
862
863
864
0 commit comments