We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b3103 commit 3d6ab6eCopy full SHA for 3d6ab6e
1 file changed
.github/workflows/release.yml
@@ -10,10 +10,14 @@ env:
10
jobs:
11
windows_build:
12
name: Windows Build
13
- runs-on: windows-2019
+ runs-on: windows-2022
14
steps:
15
- name: Checkout Code
16
uses: actions/checkout@v2
17
+ - name: Install .NET 6
18
+ uses: actions/setup-dotnet@v2
19
+ with:
20
+ dotnet-version: 6.0.x
21
- name: Setup Environment
22
run: make environment
23
- name: Build
0 commit comments