File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
11
11
jobs :
12
12
benchmark :
13
13
name : Run Catch2 C++ Benchmark Framework example (v3.x)
14
- runs-on : ubuntu-20.04
14
+ runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Build and run benchmarks with Catch2
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
11
11
jobs :
12
12
benchmark :
13
13
name : Run Catch2 C++ Benchmark Framework example (v2.x)
14
- runs-on : ubuntu-20.04
14
+ runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Build and run benchmarks with Catch2
Original file line number Diff line number Diff line change 81
81
82
82
catch2-v2-framework :
83
83
name : Run Catch2 C++ Benchmark Framework example (v2.x) - github.com/benchmark-action/github-action-benchmark-results
84
- runs-on : ubuntu-20.04
84
+ runs-on : ubuntu-latest
85
85
steps :
86
86
- uses : actions/checkout@v4
87
87
- uses : actions/setup-node@v4
@@ -120,7 +120,7 @@ jobs:
120
120
121
121
catch2-v3-framework :
122
122
name : Run Catch2 C++ Benchmark Framework example (v3.x) - github.com/benchmark-action/github-action-benchmark-results
123
- runs-on : ubuntu-20.04
123
+ runs-on : ubuntu-latest
124
124
steps :
125
125
- uses : actions/checkout@v4
126
126
- uses : actions/setup-node@v4
@@ -159,7 +159,7 @@ jobs:
159
159
160
160
cpp-framework :
161
161
name : Run Google C++ Benchmark Framework example - github.com/benchmark-action/github-action-benchmark-results
162
- runs-on : ubuntu-20.04
162
+ runs-on : ubuntu-latest
163
163
steps :
164
164
- uses : actions/checkout@v4
165
165
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 77
77
78
78
catch2-v2-framework :
79
79
name : Run Catch2 C++ Benchmark Framework example (v2.x)
80
- runs-on : ubuntu-20.04
80
+ runs-on : ubuntu-latest
81
81
steps :
82
82
- uses : actions/checkout@v4
83
83
- uses : actions/setup-node@v4
@@ -114,7 +114,7 @@ jobs:
114
114
115
115
catch2-v3-framework :
116
116
name : Run Catch2 C++ Benchmark Framework example (v3.x)
117
- runs-on : ubuntu-20.04
117
+ runs-on : ubuntu-latest
118
118
steps :
119
119
- uses : actions/checkout@v4
120
120
- uses : actions/setup-node@v4
@@ -151,7 +151,7 @@ jobs:
151
151
152
152
cpp-framework :
153
153
name : Run Google C++ Benchmark Framework example
154
- runs-on : ubuntu-20.04
154
+ runs-on : ubuntu-latest
155
155
steps :
156
156
- uses : actions/checkout@v4
157
157
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
11
11
jobs :
12
12
benchmark :
13
13
name : Run Google C++ Benchmark Framework example
14
- runs-on : ubuntu-20.04
14
+ runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Cache Benchmark library
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ benchmark/build: benchmark
16
16
mkdir -p benchmark/build
17
17
18
18
benchmark :
19
- [ -d benchmark ] || git clone --depth=1 --single-branch --branch v1.5.0 https://github.com/google/benchmark.git benchmark
19
+ [ -d benchmark ] || git clone --depth=1 --single-branch --branch v1.9.3 https://github.com/google/benchmark.git benchmark
20
20
21
21
benchmark/googletest : benchmark
22
- [ -d benchmark/googletest ] || git clone --depth=1 --single-branch --branch release-1.10.0 https://github.com/google/googletest.git benchmark/googletest
22
+ [ -d benchmark/googletest ] || git clone --depth=1 --single-branch --branch release-1.12.1 https://github.com/google/googletest.git benchmark/googletest
23
23
24
24
clean :
25
25
rm -rf a.out benchmark
You can’t perform that action at this time.
0 commit comments