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 3385401
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .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 @@ -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:
Expand Down

0 comments on commit 3385401

Please sign in to comment.