From c9743d65b71b834fc7d034fbce9ebc53d1260c5b Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Tue, 17 Mar 2026 21:51:52 +0100 Subject: [PATCH] fix: update runner images for Windows, Linux, and Mac export jobs in release workflow --- .gitea/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 465a849..938eedc 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -14,7 +14,7 @@ env: jobs: export-windows: name: Windows Export - runs-on: ubuntu-24.04 # Use 24.04 with godot 4 + runs-on: ghcr.io/catthehacker/ubuntu:full-24.04 # Use 24.04 with godot 4 container: barichello/godot-ci:4.3 steps: - name: Node @@ -45,7 +45,7 @@ jobs: export-linux: name: Linux Export - runs-on: ubuntu-24.04 # Use 24.04 with godot 4 + runs-on: ghcr.io/catthehacker/ubuntu:full-24.04 # Use 24.04 with godot 4 container: barichello/godot-ci:4.3 steps: - name: Node @@ -74,7 +74,7 @@ jobs: # export-web: # name: Web Export - # runs-on: ubuntu-24.04 # Use 24.04 with godot 4 + # runs-on: ghcr.io/catthehacker/ubuntu:full-24.04 # Use 24.04 with godot 4 # container: # image: barichello/godot-ci:4.3 # steps: @@ -108,7 +108,7 @@ jobs: export-mac: name: Mac Export - runs-on: ubuntu-24.04 # Use 24.04 with godot 4 + runs-on: ghcr.io/catthehacker/ubuntu:full-24.04 # Use 24.04 with godot 4 container: barichello/godot-ci:4.3 steps: - name: Node