mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-08 14:48:47 -04:00
Fix build-mono2/4 errors
This commit is contained in:
parent
f0290e8b2c
commit
aca152774a
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
# ============== .NET 2.0 BUILD =============
|
||||
# ===========================================
|
||||
build-mono2:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Compile MCGalaxy using mono
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
# ============== .NET 4.0 BUILD =============
|
||||
# ===========================================
|
||||
build-mono4:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Compile MCGalaxy using mono
|
||||
|
Loading…
x
Reference in New Issue
Block a user