use windows 2019 now 2016 is deprecated

This commit is contained in:
Eliot Jones 2022-04-03 14:26:37 -04:00
parent 6a32d041a4
commit 6b08547481
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: windows-2016
runs-on: windows-2019
steps:
- uses: actions/checkout@master

View File

@ -24,7 +24,7 @@ jobs:
build_and_publish_nightly:
needs: check_date
if: ${{ needs.check_date.outputs.should_run != 'false' }}
runs-on: windows-2016
runs-on: windows-2019
name: build_and_publish_nightly
steps:
- uses: actions/checkout@master