From f1851b7b2ee4f70c4ea67fc8ba1a80b2fc807f45 Mon Sep 17 00:00:00 2001 From: t8y2 <1156263951@qq.com> Date: Sat, 2 May 2026 22:28:30 +0800 Subject: [PATCH] fix: update Ubuntu platform version in release workflow --- .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 2a451d32e..b3aa4cb1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: target: aarch64-apple-darwin - platform: macos-latest target: x86_64-apple-darwin - - platform: ubuntu-latest + - platform: ubuntu-22.04 target: x86_64-unknown-linux-gnu - platform: windows-latest target: x86_64-pc-windows-msvc