Skip to content

Commit e9fd2fa

Browse files
authored
Merge pull request #126 from malkia/renovate/ubuntu-24.x
Update dependency ubuntu to v24
2 parents a8275d1 + 4d9895b commit e9fd2fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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-22.04
362+
runs-on: ubuntu-24.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-22.04
412+
runs-on: ubuntu-24.04
413413
steps:
414414
- uses: actions/checkout@v4
415415
with:
@@ -858,7 +858,7 @@ jobs:
858858

859859
code_coverage:
860860
name: Code coverage
861-
runs-on: ubuntu-22.04
861+
runs-on: ubuntu-24.04
862862
steps:
863863
- uses: actions/checkout@v4
864864
with:

0 commit comments

Comments
 (0)