From 35d9639ff8b4546a837327cd97cc1aa7fd0a0b91 Mon Sep 17 00:00:00 2001 From: Ade9 Date: Mon, 2 Mar 2026 15:42:00 +0200 Subject: [PATCH] a --- .forgejo/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 694bf76..455bc6c 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -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: