From eda35d96757756f22bc7387ce4f6906c58be3bc5 Mon Sep 17 00:00:00 2001 From: titor Date: Fri, 24 Apr 2026 03:37:47 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BD=BF=E7=94=A8=20ubuntu24.04=20runner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 runs-on 为 ubuntu24.04 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcbbb19..0945a3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu + runs-on: ubuntu24.04 strategy: matrix: target: @@ -40,7 +40,7 @@ jobs: release: needs: build - runs-on: ubuntu + runs-on: ubuntu24.04 steps: - name: Checkout uses: actions/checkout@v4