From 985f88fb1a3ffa67e2212fc92464c706ca3c5fa3 Mon Sep 17 00:00:00 2001 From: TomZz Date: Tue, 9 Jun 2026 13:07:40 +0800 Subject: [PATCH] ci: use macos-14 runner for Intel macOS to avoid queue delays --- .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 dce89e6..e9948cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: target: aarch64-apple-darwin name: macos-aarch64 bin: ashell - - os: macos-13 # Intel + - os: macos-14 # Intel (cross-compiled from Apple Silicon to avoid queue delays) target: x86_64-apple-darwin name: macos-x86_64 bin: ashell