Skip to content

Commit

Permalink
Updated workflow to windows 2022 (for VS 2022) and specified VS min v…
Browse files Browse the repository at this point in the history
…ersion so source generator build.
  • Loading branch information
maforget committed Jun 25, 2024
1 parent 5ccc508 commit 744cc32
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ on:

jobs:
build:
runs-on: windows-2019
runs-on: windows-2022

steps:
- name: Checkout
uses: actions/checkout@v4

- name: setup-msbuild
uses: microsoft/setup-msbuild@v2
with:
vs-version: '[17.3,17.4)'

- name: Setup NuGet
uses: NuGet/setup-nuget@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pr-artifact-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ on:

jobs:
build:
runs-on: windows-2019
runs-on: windows-2022

steps:
- name: Checkout
uses: actions/checkout@v4

- name: setup-msbuild
uses: microsoft/setup-msbuild@v2
with:
vs-version: '[17.3,17.4)'

- name: Setup NuGet
uses: NuGet/setup-nuget@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ on:

jobs:
build:
runs-on: windows-2019
runs-on: windows-2022

steps:
- name: Checkout
uses: actions/checkout@v4

- name: setup-msbuild
uses: microsoft/setup-msbuild@v2
with:
vs-version: '[17.3,17.4)'

- name: Setup NuGet
uses: NuGet/setup-nuget@v2
Expand Down

0 comments on commit 744cc32

Please sign in to comment.