From dd2e87b090b4731bdbf2f97c9088f998a0ec870c Mon Sep 17 00:00:00 2001 From: AllyW Date: Wed, 10 Dec 2025 21:55:05 +0800 Subject: [PATCH] update mac runner --- .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 14d7de5bb..1f207e307 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: build_for_macosx: needs: [create_release] name: Build for MacOSX - runs-on: macos-13 + runs-on: macos-14 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token steps: