a
This commit is contained in:
parent
0bc0d756bf
commit
35d9639ff8
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
export-windows:
|
export-windows:
|
||||||
name: Windows Export
|
name: Windows Export
|
||||||
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
runs-on: ubuntu-latest # Use 24.04 with godot 4
|
||||||
container:
|
container:
|
||||||
image: abarichello/godot-ci@4.6.1-stable
|
image: abarichello/godot-ci@4.6.1-stable
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
|
|
||||||
export-linux:
|
export-linux:
|
||||||
name: Linux Export
|
name: Linux Export
|
||||||
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
runs-on: ubuntu-latest # Use 24.04 with godot 4
|
||||||
container:
|
container:
|
||||||
image: abarichello/godot-ci@4.6.1-stable
|
image: abarichello/godot-ci@4.6.1-stable
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue