From a0ceefd1ef59ce4c97ad4fbdb7b96f718dea8929 Mon Sep 17 00:00:00 2001 From: t8y2 <1156263951@qq.com> Date: Thu, 7 May 2026 13:07:46 +0800 Subject: [PATCH] fix(ci): use macos-13 for x86_64 build to resolve ODBC linking --- .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 891227351..25583d197 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: include: - platform: macos-latest target: aarch64-apple-darwin - - platform: macos-latest + - platform: macos-13 target: x86_64-apple-darwin - platform: ubuntu-22.04 target: x86_64-unknown-linux-gnu