diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 229bdee..72638df 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -21,9 +21,18 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] bazel_mode: [workspace, module] version: ["5.4.1", "6.4.0", "7.0.0"] + include: + # Bazel 5.4.1 does not find Visual Studio on windows-2022. So, we + # test it on windows-2019. + - version: 5.4.1 + bazel_mode: workspace + os: windows-2019 exclude: - version: 5.4.1 bazel_mode: module + # Bazel 5.4.1 does not find Visual Studio on windows-2022. + - version: 5.4.1 + os: windows-latest defaults: run: shell: bash