File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1111jobs :
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
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
Original file line number Diff line number Diff line change 1111jobs :
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
Original file line number Diff line number Diff line change 88jobs :
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
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 : >
Original file line number Diff line number Diff line change 1111jobs :
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
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
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
You can’t perform that action at this time.
0 commit comments