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:
|
||||
export-windows:
|
||||
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:
|
||||
image: abarichello/godot-ci@4.6.1-stable
|
||||
steps:
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
|
||||
export-linux:
|
||||
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:
|
||||
image: abarichello/godot-ci@4.6.1-stable
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue