Skip to content
Permalink
Browse files
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>
  • Loading branch information
richardlau committed Mar 16, 2022
1 parent f41e777 commit e3e5bf11ba9eb4c2250765f873377fc22ae7f4ab
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/build-windows.yml
@@ -8,7 +8,7 @@ env:

jobs:
build-windows:
runs-on: windows-2016
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ env.PYTHON_VERSION }}

0 comments on commit e3e5bf1

Please sign in to comment.