a
Some checks failed
godot-ci export / Windows Export (push) Failing after 0s
godot-ci export / Linux Export (push) Failing after 0s

This commit is contained in:
Aada Tikkanen 2026-03-02 15:42:00 +02:00
parent 0bc0d756bf
commit 35d9639ff8

View file

@ -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: