From b4e407e9d1256419268439bf7ad2f08ddf3227fe Mon Sep 17 00:00:00 2001 From: Mplan Date: Mon, 8 Jun 2026 22:29:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E4=BB=8E=20ubuntu-latest=20=E6=9B=B4=E6=96=B0=E4=B8=BA=20ubunt?= =?UTF-8?q?u-22.04?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/python-action-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/python-action-test.yml b/.gitea/workflows/python-action-test.yml index 390fc20..0f33648 100644 --- a/.gitea/workflows/python-action-test.yml +++ b/.gitea/workflows/python-action-test.yml @@ -8,7 +8,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Check out repository code uses: actions/checkout@v4