Skip to content

Commit

Permalink
Use Xcode 13 on macos latest
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed Aug 5, 2024
1 parent 02ed019 commit ab7ffc7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 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-12
runs-on: macos-latest
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.2"]
os_version: ["16.4"]

defaults:
run:
Expand All @@ -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: 14.3.1
- run: xcodebuild -version

- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit ab7ffc7

Please sign in to comment.