From f3888765a48f7f85c2d819cfedf5b2dce4639408 Mon Sep 17 00:00:00 2001 From: Sahin Yort Date: Thu, 26 Oct 2023 11:34:53 -0700 Subject: [PATCH] ci: disable windows and macos (#29) --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a549e95..66c6f24 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,5 +26,7 @@ jobs: ] exclude: | [ - {"bazelversion": "5.4.0"} + {"bazelversion": "5.4.0"}, + {"os": "windows-latest"}, + {"os": "macos-latest"} ]