Skip to content

Commit 46692ee

Browse files
authored
Merge pull request #105 from malkia/renovate/ubuntu-24.x
Update dependency ubuntu to v24
2 parents 376f5fe + d13c00c commit 46692ee

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
278278
cmake_abseil_stl_test:
279279
name: CMake test (with abseil)
280-
runs-on: ubuntu-20.04
280+
runs-on: ubuntu-24.04
281281
steps:
282282
- uses: actions/checkout@v4
283283
with:
@@ -307,7 +307,7 @@ jobs:
307307

308308
cmake_test_cxx14_gcc:
309309
name: CMake C++14 test(GCC)
310-
runs-on: ubuntu-20.04
310+
runs-on: ubuntu-24.04
311311
steps:
312312
- uses: actions/checkout@v4
313313
with:
@@ -323,7 +323,7 @@ jobs:
323323

324324
cmake_test_cxx17_gcc:
325325
name: CMake C++17 test(GCC)
326-
runs-on: ubuntu-20.04
326+
runs-on: ubuntu-24.04
327327
steps:
328328
- uses: actions/checkout@v4
329329
with:
@@ -339,7 +339,7 @@ jobs:
339339

340340
cmake_test_cxx20_gcc:
341341
name: CMake C++20 test(GCC)
342-
runs-on: ubuntu-20.04
342+
runs-on: ubuntu-24.04
343343
steps:
344344
- uses: actions/checkout@v4
345345
with:
@@ -439,7 +439,7 @@ jobs:
439439

440440
cmake_otprotocol_test:
441441
name: CMake test (with otlp-exporter)
442-
runs-on: ubuntu-20.04
442+
runs-on: ubuntu-24.04
443443
steps:
444444
- uses: actions/checkout@v4
445445
with:
@@ -480,7 +480,7 @@ jobs:
480480
481481
cmake_do_not_install_test:
482482
name: CMake do not install test (with otlp-exporter)
483-
runs-on: ubuntu-20.04
483+
runs-on: ubuntu-24.04
484484
steps:
485485
- uses: actions/checkout@v4
486486
with:
@@ -496,7 +496,7 @@ jobs:
496496
497497
cmake_otprotocol_shared_libs_with_static_grpc_test:
498498
name: CMake test (build shared libraries with otlp-exporter and static gRPC)
499-
runs-on: ubuntu-20.04
499+
runs-on: ubuntu-24.04
500500
steps:
501501
- uses: actions/checkout@v4
502502
with:
@@ -512,7 +512,7 @@ jobs:
512512
513513
cmake_install_test:
514514
name: CMake install test (with abseil)
515-
runs-on: ubuntu-20.04
515+
runs-on: ubuntu-24.04
516516
steps:
517517
- uses: actions/checkout@v4
518518
with:
@@ -774,7 +774,7 @@ jobs:
774774

775775
copyright:
776776
name: Copyright
777-
runs-on: ubuntu-20.04
777+
runs-on: ubuntu-24.04
778778
steps:
779779
- uses: actions/checkout@v4
780780
- name: check copyright

0 commit comments

Comments
 (0)