Skip to content

Commit

Permalink
build: pin Windows GitHub runner to windows-2019
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Mar 15, 2022
1 parent 94956e0 commit 729251b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 729251b

Please sign in to comment.