Skip to content

Commit 16dff72

Browse files
committed
[build] the bazel bug preventing using windows-latest should be fixed
1 parent 3994925 commit 16dff72

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.0
1+
6.3.2

.github/workflows/bazel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ on:
5050
jobs:
5151
bazel:
5252
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) }}
53+
runs-on: ${{ inputs.os }}-latest
5554
env:
5655
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5756
SEL_M2_USER: ${{ secrets.SEL_M2_USER }}

0 commit comments

Comments
 (0)