From 095628346309c154a114059da95be6f5270e7298 Mon Sep 17 00:00:00 2001 From: AdrianoDev Date: Wed, 29 Apr 2026 08:21:07 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20runs-on=20ubuntu-latest=20(label=20pi?= =?UTF-8?q?=C3=B9=20stabile)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ce0bc76..1a1b207 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,7 +13,7 @@ env: jobs: lint: name: ruff lint - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Install uv @@ -27,7 +27,7 @@ jobs: typecheck: name: mypy mcp_common - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Install uv @@ -43,7 +43,7 @@ jobs: test: name: pytest - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Install uv @@ -57,7 +57,7 @@ jobs: validate-config: name: validate compose + Caddyfile - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -92,7 +92,7 @@ jobs: build-and-push: name: build & push to registry - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest needs: [lint, test, validate-config] if: github.event_name == 'push' && github.ref == 'refs/heads/main' permissions: