From b330959cc59bc466e52546d377ee166ce2f9e32a Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Mon, 13 Jul 2026 22:49:52 -0300 Subject: [PATCH] ci: switch workflows to runner-slim-amd64 (new pipeline runner label) --- .gitea/workflows/prod.yaml | 4 ++-- .gitea/workflows/test.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index 4d0aa09..f590b11 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -11,7 +11,7 @@ env: jobs: build: name: Build Homepage Image - runs-on: ubuntu-amd64 + runs-on: runner-slim-amd64 outputs: short_sha: ${{ steps.vars.outputs.short_sha }} steps: @@ -33,7 +33,7 @@ jobs: deploy: name: Deploy Homepage - runs-on: ubuntu-amd64 + runs-on: runner-slim-amd64 needs: build steps: - name: Check out repository diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c7ef5ba..d3d0eef 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -15,7 +15,7 @@ env: jobs: build: name: Build Homepage Image - runs-on: ubuntu-amd64 + runs-on: runner-slim-amd64 outputs: short_sha: ${{ steps.vars.outputs.short_sha }} steps: @@ -39,7 +39,7 @@ jobs: deploy: name: Deploy Homepage - runs-on: ubuntu-amd64 + runs-on: runner-slim-amd64 needs: build steps: - name: Check out repository