prova: 5
Some checks failed
Release / build-linux (push) Failing after 53s
Release / build-windows (push) Failing after 1m22s
Release / create-release (push) Has been skipped

This commit is contained in:
2025-11-24 10:08:32 +01:00
parent dcf37ea16d
commit cfd9d0f9e0

View File

@@ -10,7 +10,7 @@ jobs:
# BUILD LINUX (Nativo)
# ============================================================================
build-linux:
runs-on: self-hosted
runs-on: ubuntu-latest
container: node:20-slim
steps:
- uses: actions/checkout@v4
@@ -45,7 +45,7 @@ jobs:
# ============================================================================
build-windows:
runs-on: ubuntu-latest
container: ubuntu:24.04
container: node:20-slim
steps:
- uses: actions/checkout@v4