From 8df14876fcd695eb0fc8ec5456122874432738e7 Mon Sep 17 00:00:00 2001 From: Chuck Grindel Date: Mon, 18 Dec 2023 08:39:43 -0700 Subject: [PATCH] Try testing Bazel 5.4.1 on windows-2019. --- .github/workflows/workflow.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) 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