From dd3302411f319492b06bd9b3c8d273d2d4b57887 Mon Sep 17 00:00:00 2001 From: MichaelVerdon Date: Fri, 25 Apr 2025 11:58:43 +0100 Subject: [PATCH] chore(ci): bump macos-14 to macos-15 --- .github/workflows/all_plugins.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all_plugins.yaml b/.github/workflows/all_plugins.yaml index 75ff80a9cabf..75c3496fbe95 100644 --- a/.github/workflows/all_plugins.yaml +++ b/.github/workflows/all_plugins.yaml @@ -123,7 +123,7 @@ jobs: melos exec -c 1 --scope="*example*" --dir-exists="web" -- \ "flutter build web" swift-integration: - runs-on: macos-latest + runs-on: macos-15 timeout-minutes: 30 env: FLUTTER_DEPENDENCIES: "cloud_firestore firebase_remote_config cloud_functions firebase_database firebase_auth firebase_storage firebase_analytics firebase_messaging firebase_app_check firebase_in_app_messaging firebase_performance firebase_dynamic_links firebase_crashlytics firebase_ml_model_downloader firebase_app_installations"