From c94e26d531c1c6a39caea24ddb7bb8d1a9000edf Mon Sep 17 00:00:00 2001 From: Tw93 Date: Mon, 29 Dec 2025 20:57:48 +0800 Subject: [PATCH] ci: Update macOS runners to `macos-latest` in release workflow. --- .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 1d24b62..189d921 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,10 +15,10 @@ jobs: strategy: matrix: include: - - os: macos-13 + - os: macos-latest target: release-amd64 artifact_name: binaries-amd64 - - os: macos-14 + - os: macos-latest target: release-arm64 artifact_name: binaries-arm64 steps: