Skip to content

Commit 0dd9e34

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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)