Skip to content

Commit

Permalink
Use Xcode 14.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed Aug 6, 2024
1 parent 6f61099 commit a2b0fcc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/test-ios-simulator-webview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
flutter-channel: ["stable"]
device_model: [iPhone 14]
os: [iOS]
os_version: ["17.2"]
os_version: ["16.4"]

defaults:
run:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ios-simulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a2b0fcc

Please sign in to comment.