Use dotnet image for Godot 4 (#106)

This commit is contained in:
Adrasteon
2025-03-07 22:40:58 +01:00
committed by GitHub
parent d68f7da1ee
commit f0c298633b
6 changed files with 52 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ env:
jobs:
export-windows:
name: Windows Export
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04 # Use 22.04 with godot 4
container:
image: barichello/godot-ci:4.3
steps:
@@ -39,7 +39,7 @@ jobs:
export-linux:
name: Linux Export
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04 # Use 22.04 with godot 4
container:
image: barichello/godot-ci:4.3
steps:
@@ -65,7 +65,7 @@ jobs:
export-web:
name: Web Export
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04 # Use 22.04 with godot 4
container:
image: barichello/godot-ci:4.3
steps:
@@ -99,7 +99,7 @@ jobs:
export-mac:
name: Mac Export
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04 # Use 22.04 with godot 4
container:
image: barichello/godot-ci:4.3
steps: