From 868d9f3f7c1644ce92630faca5c2d2cabb44d76c Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 25 Oct 2024 15:53:29 -0700 Subject: [PATCH] chore: exclude another matrix cell --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cad8e13..8c26a3f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,6 +72,10 @@ jobs: # Root workspace is bzlmod-only - folder: . bzlmod: 0 + # FIXME: root workspace not compatible with Bazel 8 + - folder: . + bazel-version: + major: 8 # Don't test MacOS and Windows against secondary bazel version to minimize minutes (billed at 10X and 2X respectively) # https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#included-storage-and-minutes - os: macos