Skip to content

Commit 0dd9e34

Browse files
committed
[ci] Use windows-2019 till actions/runner-images#7662 fixed
1 parent ea82c66 commit 0dd9e34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bazel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ on:
4545
jobs:
4646
bazel:
4747
name: ${{ inputs.name }}
48-
runs-on: ${{ inputs.os }}-latest
48+
# Use windows-latest once https://github.com/actions/runner-images/issues/7662 is fixed.
49+
runs-on: ${{ inputs.os == 'windows' && 'windows-2019' || format('{0}-latest', inputs.os) }}
4950
env:
5051
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5152
steps:

0 commit comments

Comments
 (0)