update CI workflow to use ubuntu-latest for build and deploy jobs
Some checks failed
Master Build / Build and Push Docker Image (amd64 and arm64) (push) Failing after 2m3s
Master Build / Deploy Local (Demo) (push) Has been skipped
Master Build / Deploy Live (push) Has been skipped

This commit is contained in:
José Henrique 2025-03-13 21:00:46 -03:00
parent ad7da616d4
commit 0afae809c0

View File

@ -7,7 +7,7 @@ on:
jobs:
build:
name: Build and Push Docker Image (amd64 and arm64)
runs-on: self-hosted-ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -66,7 +66,7 @@ jobs:
deploy_live:
name: Deploy Live
runs-on: self-hosted-ubuntu-latest
runs-on: ubuntu-latest
needs: build
steps: