Skip to content

Commit

Permalink
Merge pull request #2194 from hzeller/feature-20240609-windows-runner
Browse files Browse the repository at this point in the history
Use Windows CI runner 2019 (2022 has issues).
  • Loading branch information
hzeller authored Jun 9, 2024
2 parents a11579c + d806a4d commit f273154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ jobs:
apt -qq -y install npm nodejs
WindowsBuild:
runs-on: windows-2022
runs-on: windows-2019
steps:

- uses: actions/checkout@v3
Expand Down

0 comments on commit f273154

Please sign in to comment.