fix: update runner images to use official ubuntu-24.04-github for export jobs
Some checks failed
Build Release / Windows Export (pull_request) Failing after 2m3s
Build Release / Linux Export (pull_request) Failing after 2m2s
Build Release / Mac Export (pull_request) Failing after 2m1s
Build Release / Create Release (pull_request) Has been skipped

This commit is contained in:
2026-03-17 22:10:50 +01:00
parent ebe34e1750
commit 1aa0dbf544

View File

@@ -14,7 +14,7 @@ env:
jobs: jobs:
export-windows: export-windows:
name: Windows Export name: Windows Export
runs-on: ghcr.io/catthehacker/ubuntu:full-24.04 # Use 24.04 with godot 4 runs-on: ubuntu-24.04-github # Use 24.04 with godot 4
container: barichello/godot-ci:4.3 container: barichello/godot-ci:4.3
steps: steps:
- name: Checkout - name: Checkout
@@ -41,7 +41,7 @@ jobs:
export-linux: export-linux:
name: Linux Export name: Linux Export
runs-on: ghcr.io/catthehacker/ubuntu:full-24.04 # Use 24.04 with godot 4 runs-on: ubuntu-24.04-github # Use 24.04 with godot 4
container: barichello/godot-ci:4.3 container: barichello/godot-ci:4.3
steps: steps:
- name: Checkout - name: Checkout
@@ -66,7 +66,7 @@ jobs:
# export-web: # export-web:
# name: Web Export # name: Web Export
# runs-on: ghcr.io/catthehacker/ubuntu:full-24.04 # Use 24.04 with godot 4 # runs-on: ubuntu-24.04-github # Use 24.04 with godot 4
# container: # container:
# image: barichello/godot-ci:4.3 # image: barichello/godot-ci:4.3
# steps: # steps:
@@ -100,7 +100,7 @@ jobs:
export-mac: export-mac:
name: Mac Export name: Mac Export
runs-on: ghcr.io/catthehacker/ubuntu:full-24.04 # Use 24.04 with godot 4 runs-on: ubuntu-24.04-github # Use 24.04 with godot 4
container: barichello/godot-ci:4.3 container: barichello/godot-ci:4.3
steps: steps:
- name: Checkout - name: Checkout