We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec05b47 commit 8bbd494Copy full SHA for 8bbd494
.github/workflows/smoke-checks.yml
@@ -73,10 +73,10 @@ jobs:
73
uses: ./.github/actions/prepare-ios-simulator
74
with:
75
device: "iPhone 12"
76
- ios: "15.0"
77
- xcode: "13.0"
+ ios: "15.2"
+ xcode: "13.2.1"
78
- name: Run Tests (Debug)
79
- run: bundle exec fastlane test_ui device:"iPhone 12 (15.0)"
+ run: bundle exec fastlane test_ui device:"iPhone 12 (15.2)"
80
- uses: codecov/codecov-action@v1
81
82
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments