From b52d3a38260fbbd039a5eb7bd7269f6ce3121f61 Mon Sep 17 00:00:00 2001 From: Simon Gene Gottlieb Date: Wed, 11 Mar 2026 16:31:06 +0100 Subject: [PATCH] feat: CI tests windows-11-arm platform for bazel --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd8bedc12..fed12d6da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,7 +107,7 @@ jobs: bazel-build: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-latest, windows-11-arm] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v6.0.2 @@ -125,7 +125,7 @@ jobs: bzlmod-build: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-latest, windows-11-arm] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v6.0.2