Skip to content

Commit f273154

Browse files
authored
Merge pull request #2194 from hzeller/feature-20240609-windows-runner
Use Windows CI runner 2019 (2022 has issues).
2 parents a11579c + d806a4d commit f273154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verible-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ jobs:
476476
apt -qq -y install npm nodejs
477477
478478
WindowsBuild:
479-
runs-on: windows-2022
479+
runs-on: windows-2019
480480
steps:
481481

482482
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)