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 11
11
jobs :
12
12
build-ubuntu-focal :
13
13
name : ubuntu-22.04
14
- runs-on : ubuntu-22 .04
14
+ runs-on : ubuntu-24 .04
15
15
steps :
16
16
- name : install ninja
17
17
run : sudo apt install ninja-build
59
59
# current version of `functions-framework-cpp` through vcpkg.
60
60
build-ubuntu-focal-howto :
61
61
name : ubuntu-22.04
62
- runs-on : ubuntu-22 .04
62
+ runs-on : ubuntu-24 .04
63
63
steps :
64
64
- name : install ninja
65
65
run : sudo apt install ninja-build
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
coverage :
13
13
name : coverage
14
- runs-on : ubuntu-22 .04
14
+ runs-on : ubuntu-24 .04
15
15
steps :
16
16
- name : install tools
17
17
run : sudo apt install ninja-build lcov
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
static :
10
10
name : ubuntu-22.04
11
- runs-on : ubuntu-22 .04
11
+ runs-on : ubuntu-24 .04
12
12
steps :
13
13
- name : install-dependencies
14
14
run : sudo apt install ninja-build libboost-dev libboost-program-options-dev nlohmann-json3-dev libabsl-dev
32
32
33
33
shared :
34
34
name : ubuntu-22.04-shared
35
- runs-on : ubuntu-22 .04
35
+ runs-on : ubuntu-24 .04
36
36
steps :
37
37
- name : install-dependencies
38
38
run : >
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
clang-format :
13
13
name : clang-format
14
- runs-on : ubuntu-22 .04
14
+ runs-on : ubuntu-24 .04
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : clang-format
23
23
24
24
cmake-format :
25
25
name : cmake-format
26
- runs-on : ubuntu-22 .04
26
+ runs-on : ubuntu-24 .04
27
27
steps :
28
28
- uses : actions/checkout@v4
29
29
- name : install cmake-format
37
37
38
38
generated-files :
39
39
name : generated-files
40
- runs-on : ubuntu-22 .04
40
+ runs-on : ubuntu-24 .04
41
41
steps :
42
42
- uses : actions/checkout@v4
43
43
- name : install ninja
You can’t perform that action at this time.
0 commit comments