explicitly use windows-2019 to unblock ci (#7105)

This commit is contained in:
Derek Bailey 2022-02-15 18:10:53 -08:00 committed by GitHub
parent 615616cb55
commit 57e338f819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ jobs:
build-windows:
name: Build Windows 2019
runs-on: windows-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Add msbuild to PATH
@ -54,7 +54,7 @@ jobs:
build-windows-2017:
name: Build Windows 2017
runs-on: windows-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Add msbuild to PATH
@ -68,7 +68,7 @@ jobs:
build-windows-2015:
name: Build Windows 2015
runs-on: windows-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Add msbuild to PATH
@ -82,7 +82,7 @@ jobs:
build-dotnet-windows:
name: Build .NET Windows
runs-on: windows-latest
runs-on: windows-2019
strategy:
matrix:
configuration: [