mirror of https://github.com/google/benchmark.git
Downgrade bazel to windows-2019 (#1629)
* Downgrade bazel to windows-2019 Windows 2022 is not well supported by bazel yet: https://github.com/bazelbuild/bazel/issues/18592 * no windows-latest, only windows-2019 (for bazel)
This commit is contained in:
parent
ba49f1c167
commit
e2556df80f
|
@ -11,7 +11,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-2022]
|
||||
os: [ubuntu-latest, macos-latest, windows-2019]
|
||||
bzlmod: [false, true]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||
os: [ ubuntu-latest, macos-latest, windows-2019 ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
os: [ubuntu-latest, macos-latest, windows-2019]
|
||||
|
||||
steps:
|
||||
- name: Check out Google Benchmark
|
||||
|
|
Loading…
Reference in New Issue