[CI] Update windows to 2022, and install net8.0 (part 2)

This commit is contained in:
Jason Nelson 2024-03-14 15:28:32 -07:00 committed by BobLd
parent 247303983a
commit f1ebaab26d
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@master
@ -18,6 +18,7 @@ jobs:
dotnet-version: |
2.1.x
6.0.x
8.0.x
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2

View File

@ -26,7 +26,7 @@ jobs:
build_and_publish_nightly:
needs: [check_date, tests]
if: ${{ needs.check_date.outputs.should_run != 'false' }}
runs-on: windows-2019
runs-on: windows-2022
name: build_and_publish_nightly
steps:
- uses: actions/checkout@master
@ -37,6 +37,7 @@ jobs:
dotnet-version: |
2.1.x
6.0.x
8.0.x
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2