mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix automated builds
Revert to Windows 2019 because support for .NET 4 is dropped on Windows 2022.
This commit is contained in:
parent
8795aab810
commit
41950c8b20
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
# This workflow will build the project using .NET 4 then publish to GitHub releases
|
# This workflow will build the project using .NET 4 then publish to GitHub releases
|
||||||
# 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)
|
||||||
# Changes would need to be made for using .NET 5 and later on linux
|
# Changes would need to be made for using .NET 5 and later on linux
|
||||||
|
|
||||||
name: Build
|
name: Build
|
||||||
|
|
@ -10,7 +10,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2019
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PROJECT: "MinecraftClient"
|
PROJECT: "MinecraftClient"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue