Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
build-ubuntu-focal:
name: ubuntu-22.04
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: install ninja
run: sudo apt install ninja-build
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
# current version of `functions-framework-cpp` through vcpkg.
build-ubuntu-focal-howto:
name: ubuntu-22.04
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: install ninja
run: sudo apt install ninja-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
coverage:
name: coverage
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: install tools
run: sudo apt install ninja-build lcov
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
static:
name: ubuntu-22.04
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: install-dependencies
run: sudo apt install ninja-build libboost-dev libboost-program-options-dev nlohmann-json3-dev libabsl-dev
Expand All @@ -32,7 +32,7 @@ jobs:

shared:
name: ubuntu-22.04-shared
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: install-dependencies
run: >
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
clang-format:
name: clang-format
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: clang-format
Expand All @@ -23,7 +23,7 @@ jobs:

cmake-format:
name: cmake-format
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: install cmake-format
Expand All @@ -37,7 +37,7 @@ jobs:

generated-files:
name: generated-files
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: install ninja
Expand Down