Skip to content

Commit

Permalink
explicitly use windows-2019 to unblock ci (#7105)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaileychess authored Feb 16, 2022
1 parent 615616c commit 57e338f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -82,7 +82,7 @@ jobs:

build-dotnet-windows:
name: Build .NET Windows
runs-on: windows-latest
runs-on: windows-2019
strategy:
matrix:
configuration: [
Expand Down

0 comments on commit 57e338f

Please sign in to comment.