From dcf37ea16dd8b180b776c5e2b516d13cacac5e6b Mon Sep 17 00:00:00 2001 From: Sergio Date: Mon, 24 Nov 2025 10:05:26 +0100 Subject: [PATCH] prova: 4 --- .gitea/workflows/release.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index ef9f149..6baf715 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -10,11 +10,10 @@ jobs: # BUILD LINUX (Nativo) # ============================================================================ build-linux: - runs-on: ubuntu-latest - container: ubuntu:24.04 + runs-on: self-hosted + container: node:20-slim steps: - - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@v4 - name: Instalar dependencias run: | @@ -27,7 +26,7 @@ jobs: - name: Setup SDL3 uses: libsdl-org/setup-sdl@main with: - version: 3.2.0 + version: 3.2.26 install-linux-dependencies: true - name: Compilar (Make Linux)