From 2d11215bb2325b9c7a44f45ebbe1357fec127ebb Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Mon, 8 Jul 2024 09:43:23 +0800 Subject: [PATCH] chore: use latest macos runner to build the release package (#5686) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c589b2611..892af4ada9 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-11, extra-build-args: "" } + - { target: x86_64-apple-darwin, os: macos-latest, extra-build-args: "" } steps: - name: Checkout source code uses: actions/checkout@v4 @@ -233,7 +233,7 @@ jobs: job: - { targets: "aarch64-apple-darwin,x86_64-apple-darwin", - os: macos-11, + os: macos-latest, extra-build-args: "", } steps: