From 0fc8a3981f738bf747591b93c62c4889d4f02763 Mon Sep 17 00:00:00 2001 From: piotruela Date: Mon, 5 Aug 2024 20:48:49 +0200 Subject: [PATCH] Use macos-14 --- .github/workflows/test-ios-simulator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ios-simulator.yaml b/.github/workflows/test-ios-simulator.yaml index f05b5864d..bdaaba200 100644 --- a/.github/workflows/test-ios-simulator.yaml +++ b/.github/workflows/test-ios-simulator.yaml @@ -13,7 +13,7 @@ concurrency: jobs: run_tests: name: Flutter ${{ matrix.flutter-version }} on ${{ matrix.device_model }} (${{ matrix.os_version }}) simulator - runs-on: macos-latest + runs-on: macos-14 timeout-minutes: 40 outputs: SLACK_MESSAGE_TITLE: Flutter ${{ matrix.flutter-version }} on ${{ matrix.os }} ${{ matrix.os_version }} simulator