From e23d79b8c0ae75913a1c30214794ef86a0243df1 Mon Sep 17 00:00:00 2001 From: Jonas Bark Date: Mon, 26 Feb 2024 14:40:06 +0100 Subject: [PATCH] use faster github actions agent --- .github/workflows/all_plugins.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all_plugins.yaml b/.github/workflows/all_plugins.yaml index 5ca42c5bc..c2c144515 100644 --- a/.github/workflows/all_plugins.yaml +++ b/.github/workflows/all_plugins.yaml @@ -76,7 +76,7 @@ jobs: name: integration test (iOS) needs: [analyze, test] timeout-minutes: 60 - runs-on: macos-latest + runs-on: macos-14 steps: - uses: actions/checkout@v2 - uses: subosito/flutter-action@v2 @@ -130,7 +130,7 @@ jobs: name: integration test (Android) needs: [analyze, test, ios_integration_test] timeout-minutes: 60 - runs-on: macos-latest + runs-on: macos-14 steps: - uses: actions/checkout@v2 - uses: subosito/flutter-action@v2