diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 34333e3..62669f7 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "e2e/smoke" matrix: - platform: ["debian10", "macos", "ubuntu2004", "windows"] + platform: ["debian10", "macos", "ubuntu2004"] tasks: run_tests: name: "Run test module" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7161198..58b202d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,4 +30,6 @@ jobs: {"bazelversion": "5.4.0", "bzlmodEnabled": true}, {"bazelversion": "5.4.0", "os": "macos-latest"}, {"bazelversion": "5.4.0", "os": "windows-latest"}, + {"bazelversion": "6.3.0", "os": "macos-latest"}, + {"bazelversion": "6.3.0", "os": "windows-latest"}, ]