Skip to content

Commit 0b5906c

Browse files
committed
fixup: run cmake/bazel on many os
1 parent 7368608 commit 0b5906c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ jobs:
100100
runner: "codspeed-macro"
101101
- codspeed-mode: "off"
102102
runner: "ubuntu-latest"
103-
bazel-version: ["7.6.2", "8.4.2", "9.0.0-pre.20250921.2"]
104103
runs-on: ${{ matrix.runner }}
105104
steps:
106105
- uses: actions/checkout@v4
@@ -120,8 +119,6 @@ jobs:
120119
- name: Build and run benchmarks
121120
run: |
122121
bazel build //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }}
123-
env:
124-
USE_BAZEL_VERSION: ${{ matrix.bazel-version }}
125122
126123
- name: Run the benchmarks
127124
uses: CodSpeedHQ/action@main

0 commit comments

Comments
 (0)