We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3994925 commit 16dff72Copy full SHA for 16dff72
.bazelversion
@@ -1 +1 @@
1
-6.3.0
+6.3.2
.github/workflows/bazel.yml
@@ -50,8 +50,7 @@ on:
50
jobs:
51
bazel:
52
name: ${{ inputs.name }}
53
- # Use windows-latest once https://github.com/actions/runner-images/issues/7662 is fixed.
54
- runs-on: ${{ inputs.os == 'windows' && 'windows-2019' || format('{0}-latest', inputs.os) }}
+ runs-on: ${{ inputs.os }}-latest
55
env:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
SEL_M2_USER: ${{ secrets.SEL_M2_USER }}
0 commit comments