Skip to content

Commit cbe7ea2

Browse files
Change runner from windows-latest to windows-2022
Pinned Windows runner version to avoid failures.
1 parent 5a3ccc7 commit cbe7ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
install:
19-
runs-on: windows-latest
19+
runs-on: windows-2022 # windows-latest fails, pinning for now
2020

2121
steps:
2222
- name: Checkout repository

0 commit comments

Comments
 (0)