Skip to content

Commit 66cddfd

Browse files
committed
chore(deps): update dependency ubuntu to v24
1 parent 1a595cc commit 66cddfd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
build-ubuntu-focal:
1313
name: ubuntu-22.04
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: install ninja
1717
run: sudo apt install ninja-build
@@ -59,7 +59,7 @@ jobs:
5959
# current version of `functions-framework-cpp` through vcpkg.
6060
build-ubuntu-focal-howto:
6161
name: ubuntu-22.04
62-
runs-on: ubuntu-22.04
62+
runs-on: ubuntu-24.04
6363
steps:
6464
- name: install ninja
6565
run: sudo apt install ninja-build

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
coverage:
1313
name: coverage
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: install tools
1717
run: sudo apt install ninja-build lcov

.github/workflows/install.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
static:
1010
name: ubuntu-22.04
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: install-dependencies
1414
run: sudo apt install ninja-build libboost-dev libboost-program-options-dev nlohmann-json3-dev libabsl-dev
@@ -32,7 +32,7 @@ jobs:
3232

3333
shared:
3434
name: ubuntu-22.04-shared
35-
runs-on: ubuntu-22.04
35+
runs-on: ubuntu-24.04
3636
steps:
3737
- name: install-dependencies
3838
run: >

.github/workflows/style.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
clang-format:
1313
name: clang-format
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: clang-format
@@ -23,7 +23,7 @@ jobs:
2323

2424
cmake-format:
2525
name: cmake-format
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: install cmake-format
@@ -37,7 +37,7 @@ jobs:
3737

3838
generated-files:
3939
name: generated-files
40-
runs-on: ubuntu-22.04
40+
runs-on: ubuntu-24.04
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: install ninja

0 commit comments

Comments
 (0)