We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932b732 commit 5f953a5Copy full SHA for 5f953a5
1 file changed
.github/workflows/build.yml
@@ -107,7 +107,7 @@ jobs:
107
bazel-build:
108
strategy:
109
matrix:
110
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest, macos-latest, windows-11-arm]
111
runs-on: ${{ matrix.os }}
112
steps:
113
- uses: actions/checkout@v6.0.2
@@ -125,7 +125,7 @@ jobs:
125
bzlmod-build:
126
127
128
129
130
131
0 commit comments