Use dotnet image for Godot 4 (#106)
This commit is contained in:
8
.github/workflows/godot-ci.yml
vendored
8
.github/workflows/godot-ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user