We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fee7c commit 51f495eCopy full SHA for 51f495e
.github/workflows/build-bazel.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- os: [macos-latest]
+ os: [macos-latest, ubuntu-latest, windows-latest]
11
12
steps:
13
- uses: actions/checkout@v4
0 commit comments