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 63e4f92 commit 7c8784bCopy full SHA for 7c8784b
.github/workflows/smoke-checks.yml
@@ -69,14 +69,14 @@ jobs:
69
key: ${{ runner.os }}-mint-${{ hashFiles('./Mintfile') }}
70
restore-keys: ${{ runner.os }}-mint-
71
- uses: ./.github/actions/bootstrap
72
- - name: Prepare iPhone 12 with iOS 15.3
+ - name: Prepare iPhone 12 with iOS 15.4
73
uses: ./.github/actions/prepare-ios-simulator
74
with:
75
device: "iPhone 12"
76
- ios: "15.3"
77
- xcode: "13.3"
+ ios: "15.4"
+ xcode: "13.3.1"
78
- name: Run Tests (Debug)
79
- run: bundle exec fastlane test_ui device:"iPhone 12 (15.3)"
+ run: bundle exec fastlane test_ui device:"iPhone 12 (15.4)"
80
- uses: codecov/codecov-action@v1
81
82
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments