Skip to content

Commit e3e5bf1

Browse files
committedMar 16, 2022
build: pin Windows GitHub runner to windows-2019
GitHub is removing the Windows 2016 runner image on March 15, 2022. Refs: https://github.blog/changelog/2021-10-19-github-actions-the-windows-2016-runner-image-will-be-removed-from-github-hosted-runners-on-march-15-2022/ PR-URL: #42349 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent f41e777 commit e3e5bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/build-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010
build-windows:
11-
runs-on: windows-2016
11+
runs-on: windows-2019
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up Python ${{ env.PYTHON_VERSION }}

0 commit comments

Comments
 (0)
Please sign in to comment.