From bd8ee7f88f52bf268e5926f16727d1d437af8a31 Mon Sep 17 00:00:00 2001 From: github-ops Date: Tue, 16 Jun 2026 18:08:00 +0000 Subject: [PATCH] ci: use gitea runner label --- .gitea/workflows/ci.yml | 8 ++++---- .gitea/workflows/deploy.yml | 4 ++-- .gitea/workflows/release.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e25a689..2a57446 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,7 +10,7 @@ on: jobs: rust: name: Rust Checks - runs-on: [self-hosted, linux, x64] + runs-on: ubuntu-latest services: postgres: image: postgres:16-alpine @@ -53,7 +53,7 @@ jobs: ui: name: UI Checks - runs-on: [self-hosted, linux, x64] + runs-on: ubuntu-latest steps: - name: Checkout @@ -78,7 +78,7 @@ jobs: frontend-e2e: name: Frontend E2E - runs-on: [self-hosted, linux, x64] + runs-on: ubuntu-latest steps: - name: Checkout @@ -105,7 +105,7 @@ jobs: deployment: name: Deployment Manifests - runs-on: [self-hosted, linux, x64] + runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 05b56f6..de2c25a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -16,7 +16,7 @@ env: jobs: build-images: - runs-on: [self-hosted, linux, x64] + runs-on: ubuntu-latest strategy: fail-fast: false matrix: @@ -66,7 +66,7 @@ jobs: deploy: needs: build-images - runs-on: [self-hosted, linux, x64] + runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index bf74ab3..e82c12d 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -16,7 +16,7 @@ env: jobs: release: - runs-on: [self-hosted, linux, x64] + runs-on: ubuntu-latest steps: - name: Checkout