From 8e7b684ee3a5b7a55da697ff45c6d11a6cc3ed5b Mon Sep 17 00:00:00 2001 From: jesusfb Date: Fri, 24 Apr 2026 16:09:04 -0700 Subject: [PATCH] action casa yml 1 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 43b324f..0c8ab4e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ on: jobs: deploy: - runs-on: host # <--- CAMBIO CLAVE: Usa 'host' o 'self-hosted' + runs-on: ubuntu-latest # <--- CAMBIO CLAVE: Usa 'host' o 'self-hosted' steps: - name: Checkout código uses: actions/checkout@v3