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: