Skip to content

Commit

Permalink
[ci] Use windows-2019 till actions/runner-images#7662 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Jun 2, 2023
1 parent ea82c66 commit 0dd9e34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ on:
jobs:
bazel:
name: ${{ inputs.name }}
runs-on: ${{ inputs.os }}-latest
# Use windows-latest once https://github.com/actions/runner-images/issues/7662 is fixed.
runs-on: ${{ inputs.os == 'windows' && 'windows-2019' || format('{0}-latest', inputs.os) }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit 0dd9e34

Please sign in to comment.