From a2b0fcc39a2b17dafed652741694468da5ab8c9e Mon Sep 17 00:00:00 2001 From: piotruela Date: Tue, 6 Aug 2024 07:50:27 +0200 Subject: [PATCH] Use Xcode 14.3.1 --- .github/workflows/test-ios-simulator-webview.yaml | 8 +++++++- .github/workflows/test-ios-simulator.yaml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-ios-simulator-webview.yaml b/.github/workflows/test-ios-simulator-webview.yaml index 397c86029..95f4905df 100644 --- a/.github/workflows/test-ios-simulator-webview.yaml +++ b/.github/workflows/test-ios-simulator-webview.yaml @@ -28,7 +28,7 @@ jobs: flutter-channel: ["stable"] device_model: [iPhone 14] os: [iOS] - os_version: ["17.2"] + os_version: ["16.4"] defaults: run: @@ -38,6 +38,12 @@ jobs: - name: Clone repository uses: actions/checkout@v4 + - name: Xcode Select Version + uses: mobiledevops/xcode-select-version-action@v1 + with: + xcode-select-version: 14.3.1 + - run: xcodebuild -version + - name: Set up Flutter uses: subosito/flutter-action@v2 with: diff --git a/.github/workflows/test-ios-simulator.yaml b/.github/workflows/test-ios-simulator.yaml index 5e32ea920..f79531cff 100644 --- a/.github/workflows/test-ios-simulator.yaml +++ b/.github/workflows/test-ios-simulator.yaml @@ -30,7 +30,7 @@ jobs: device_model: [iPhone SE (3rd generation), iPhone 14, iPad (10th generation)] os: [iOS] - os_version: ["17.0"] + os_version: ["16.4"] defaults: run: