Skip to content

Commit b5c52e3

Browse files
committed
build: pin Windows GitHub runner to windows-2019
Node.js 14 currently doesn't support building with Visual Studio 2022. For now, pin the Windows workflow to run on `windows-2019` instead of `windows-latest`. PR-URL: #42350 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent e64bc43 commit b5c52e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
build-windows:
20-
runs-on: windows-latest
20+
runs-on: windows-2019
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Set up Python ${{ env.PYTHON_VERSION }}

0 commit comments

Comments
 (0)