From a4a757b15bac16e10db7f64530a83370ccbce4fb Mon Sep 17 00:00:00 2001 From: tianhao Date: Sat, 8 Aug 2026 15:30:14 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20runs-on=20=E6=94=B9=E7=94=A8=20ubuntu-lat?= =?UTF-8?q?est=EF=BC=88=E5=AE=98=E6=96=B9=20act=5Frunner=20=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=A0=87=E7=AD=BE=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 2 +- .gitea/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d7c5068..80ab421 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: test: - runs-on: debian-latest + runs-on: ubuntu-latest strategy: matrix: diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 4bc1991..6695479 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -6,7 +6,7 @@ on: jobs: publish: - runs-on: debian-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4