From 14964667ac729a7b4dd40f1c6a0616c6c4fed87f Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 11 Sep 2025 08:37:01 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20Linux=20runner=20=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E8=87=B3=20ubuntu-22.04=EF=BC=88=E9=81=B5=E5=BE=AA=20?= =?UTF-8?q?GitHub=20=E6=94=AF=E6=8C=81=E8=8C=83=E5=9B=B4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2eff5de..8d293e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: include: # 固定 runner 版本,避免 latest 漂移导致 ABI 升级 - os: windows-2022 - - os: ubuntu-20.04 + - os: ubuntu-22.04 - os: macos-14 steps: