We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8795aab commit 41950c8Copy full SHA for 41950c8
.github/workflows/build-and-release.yml
@@ -1,5 +1,5 @@
1
# This workflow will build the project using .NET 4 then publish to GitHub releases
2
-# Due to running .NET 4 this workflow needs to run on windows-latest
+# Due to running .NET 4 this workflow needs to run on windows-2019 (support dropped on windows 2022)
3
# Changes would need to be made for using .NET 5 and later on linux
4
5
name: Build
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build:
13
- runs-on: windows-latest
+ runs-on: windows-2019
14
15
env:
16
PROJECT: "MinecraftClient"
0 commit comments