From 4e03e635cd29d28e66fdd509929edf958c66db5c Mon Sep 17 00:00:00 2001 From: Nan Date: Wed, 28 Jan 2026 14:19:04 -0800 Subject: [PATCH] chore: fix release action by update runner image * chore: update macos runner image The macOS-13 based runner images are now retired. For more details, see actions/runner-images#13046. --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index c3d02872e..05c8f7fe2 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -25,7 +25,7 @@ jobs: publish: outputs: sdk_version: ${{ steps.extract_version.outputs.version }} - runs-on: macos-13 + runs-on: macos-14 env: COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}