Skip to content

Commit 3d6ab6e

Browse files
Updating release workflow with VS2022 (#303)
1 parent 45b3103 commit 3d6ab6e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ env:
1010
jobs:
1111
windows_build:
1212
name: Windows Build
13-
runs-on: windows-2019
13+
runs-on: windows-2022
1414
steps:
1515
- name: Checkout Code
1616
uses: actions/checkout@v2
17+
- name: Install .NET 6
18+
uses: actions/setup-dotnet@v2
19+
with:
20+
dotnet-version: 6.0.x
1721
- name: Setup Environment
1822
run: make environment
1923
- name: Build

0 commit comments

Comments
 (0)