We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0de2ac commit d57b59fCopy full SHA for d57b59f
1 file changed
.github/workflows/ci.yml
@@ -229,6 +229,8 @@ jobs:
229
with:
230
run: examples/google_benchmark_cmake/build/benchmark_example --benchmark_filter=Fibo
231
mode: walltime
232
+ # TODO: Drop this
233
+ runner-version: branch:cod-2459-be-able-to-run-all-integrations-on-macos
234
235
macos-walltime-bazel-test:
236
runs-on: macos-latest
@@ -259,3 +261,5 @@ jobs:
259
261
# This problem is temporary because the runner does not YET do the same uid/gid spoofing on macos as it does on linux.
260
262
run: ./bazel-bin/examples/google_benchmark_bazel/my_benchmark --benchmark_filter=Fibo
263
264
265
0 commit comments