From c3e8cdf6cba371f2d7f997fb3df3755ead5e5bda Mon Sep 17 00:00:00 2001 From: Metona Team Date: Sat, 1 Aug 2026 17:04:08 +0800 Subject: [PATCH] ci: use debian-latest runner label --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e78b297..7f2feb4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: debian-latest strategy: fail-fast: false matrix: