Actualizacion de Ubuntu latest ci.yml

This commit is contained in:
Leandro Hernan Rojas 2026-02-12 01:39:36 +00:00
parent 6e22969787
commit 848b085df6

View File

@ -11,7 +11,9 @@ on:
jobs: jobs:
build: build:
name: Build and Deploy with Docker Compose name: Build and Deploy with Docker Compose
runs-on: ubuntu-latest #runs-on: ubuntu-latest
runs-on: [self-hosted, ubuntu-22.04]
steps: steps:
# Paso 1: Checkout del código # Paso 1: Checkout del código