Skip to content

Commit

Permalink
Use macos-13 and Xcode 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed Aug 6, 2024
1 parent 20160e6 commit ed6a8c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-ios-simulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
run_tests:
name: Flutter ${{ matrix.flutter-version }} on ${{ matrix.device_model }} (${{ matrix.os_version }}) simulator
runs-on: macos-14-arm64
runs-on: macos-13
timeout-minutes: 40
outputs:
SLACK_MESSAGE_TITLE: Flutter ${{ matrix.flutter-version }} on ${{ matrix.os }} ${{ matrix.os_version }} simulator
Expand All @@ -30,7 +30,7 @@ jobs:
device_model:
[iPhone SE (3rd generation), iPhone 14, iPad (10th generation)]
os: [iOS]
os_version: ["16.4"]
os_version: ["16.2"]

defaults:
run:
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Xcode Select Version
uses: mobiledevops/xcode-select-version-action@v1
with:
xcode-select-version: 14.3.1
xcode-select-version: 14.2
- run: xcodebuild -version

- name: Set up Flutter
Expand Down

0 comments on commit ed6a8c5

Please sign in to comment.