From 98584aa5127e969c85ff148b885ac963b303f67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Uek=C3=B6tter?= Date: Tue, 20 Feb 2024 19:36:12 +0100 Subject: [PATCH] =?UTF-8?q?macOS=20large=20runners=20=F0=9F=A5=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/feedback.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/feedback.yml b/.github/workflows/feedback.yml index d369b434..20f3a8de 100644 --- a/.github/workflows/feedback.yml +++ b/.github/workflows/feedback.yml @@ -18,7 +18,7 @@ jobs: run: working-directory: feedback # the golden images were generated on MacOS, therefore the tests must run on MacOS - runs-on: macos-latest + runs-on: macos-latest-large steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v3 @@ -39,10 +39,10 @@ jobs: strategy: fail-fast: false matrix: - os: [macOS-latest, ubuntu-latest] + os: [macos-latest-large, ubuntu-latest] flutter_channel: [stable, beta] include: - - os: macOS-latest + - os: macos-latest-large flutter_build: ios --no-codesign - os: ubuntu-latest flutter_build: apk