From 3385401a02f441286b3685187a26d017bb4d02a2 Mon Sep 17 00:00:00 2001 From: piotruela Date: Mon, 5 Aug 2024 20:45:50 +0200 Subject: [PATCH] Use Xcode 13 on macos latest --- .github/workflows/test-ios-simulator.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-ios-simulator.yaml b/.github/workflows/test-ios-simulator.yaml index 8f4f4888d..5c919b2a8 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-12 + runs-on: macos-latest timeout-minutes: 40 outputs: SLACK_MESSAGE_TITLE: Flutter ${{ matrix.flutter-version }} on ${{ matrix.os }} ${{ matrix.os_version }} simulator @@ -40,6 +40,12 @@ jobs: - name: Clone repository uses: actions/checkout@v4 + - name: Xcode Select Version + uses: mobiledevops/xcode-select-version-action@v1 + with: + xcode-select-version: 13.4.1 + - run: xcodebuild -version + - name: Set up Flutter uses: subosito/flutter-action@v2 with: