From 84eb75d5b60ed7440d40b5d3ac7d61bb6cfcdfdf Mon Sep 17 00:00:00 2001 From: YuZhiYuanDev <203504060+YuZhiYuanDev@users.noreply.github.com> Date: Sat, 20 Dec 2025 21:21:14 +0800 Subject: [PATCH] ci: update macOS runner from unsupported macos-13 to macos-latest (#13855) - Replace deprecated `macos-13` with `macos-latest` runner - Ensure CI compatibility with supported macOS versions - Maintain build stability and future-proof workflows --- .github/workflows/flutter-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index fa2a622a0..df5b68eb4 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -444,7 +444,7 @@ jobs: - { arch: aarch64, target: aarch64-apple-ios, - os: macos-13, + os: macos-latest, vcpkg-triplet: arm64-ios, } steps: