From ffefdf69e496b24c350c63387ac61b9b70927865 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Thu, 26 Dec 2024 14:01:52 +0800 Subject: [PATCH] chore: upgrade to macos 13 --- .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 25091295b867c..86ad99c6dcbf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -135,7 +135,7 @@ jobs: fail-fast: false matrix: job: - - { target: x86_64-apple-darwin, os: macos-12, extra-build-args: "" } + - { target: x86_64-apple-darwin, os: macos-13, extra-build-args: "" } steps: - name: Checkout source code uses: actions/checkout@v4