From e82d199eb64ef3963177e78ee8b9d59cb366c500 Mon Sep 17 00:00:00 2001 From: dwpeng Date: Tue, 10 Dec 2024 15:23:13 +0800 Subject: [PATCH] chore: update macOS runner version to 14 in CI workflow --- .github/workflows/release-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index 3e4abd1..88374af 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -67,7 +67,7 @@ jobs: strategy: matrix: platform: - - runner: macos-12 + - runner: macos-14 target: x86_64 - runner: macos-14 target: aarch64