From 0b172d30c01e399d5f167fcfc28842cd3df80326 Mon Sep 17 00:00:00 2001 From: thzxx <1440196015@qq.com> Date: Wed, 26 Aug 2026 13:02:28 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BD=BF=E7=94=A8=20debian-latest=20?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E5=99=A8=E6=9B=BF=E6=8D=A2=20ubuntu-latest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 300b62e..d3e8a4e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,7 +7,7 @@ on: jobs: verify: - runs-on: ubuntu-latest + runs-on: debian-latest steps: - uses: actions/checkout@v4