From aeae1ef9fbc7c07ca9aadf21440bfd10c63b4422 Mon Sep 17 00:00:00 2001 From: Ade9 Date: Mon, 2 Mar 2026 16:04:01 +0200 Subject: [PATCH] change runner --- .forgejo/workflows/release.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 6adf326..00cfdfb 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -11,12 +11,10 @@ env: jobs: export-windows: name: Windows Export - runs-on: ubuntu-latest # Use 24.04 with godot 4 + runs-on: docker # Use 24.04 with godot 4 container: image: barichello/godot-ci:mono-4.6.1 steps: - - name: apt - run: apt-get update && apt-get install -y nodejs npm - name: Checkout uses: actions/checkout@v4 with: @@ -41,12 +39,10 @@ jobs: export-linux: name: Linux Export - runs-on: ubuntu-latest # Use 24.04 with godot 4 + runs-on: docker # Use 24.04 with godot 4 container: image: barichello/godot-ci:mono-4.6.1 steps: - - name: apt - run: apt-get update && apt-get install -y nodejs npm - name: Checkout uses: actions/checkout@v4 with: