We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20d46c commit cd356d0Copy full SHA for cd356d0
.github/workflows/ci.yml
@@ -229,6 +229,8 @@ jobs:
229
with:
230
run: examples/google_benchmark_cmake/build/benchmark_example
231
mode: walltime
232
+ # TODO: Drop this
233
+ runner-version: branch:cod-2459-be-able-to-run-all-integrations-on-macos
234
235
walltime-macos-bazel-test:
236
runs-on: macos-latest
@@ -255,3 +257,5 @@ jobs:
255
257
256
258
run: bazel run //examples/google_benchmark_bazel:my_benchmark --@codspeed_core//:codspeed_mode=walltime --@codspeed_core//:strict_warnings=on
259
260
261
0 commit comments