Skip to content

Commit 7c8784b

Browse files
Updated CI config
1 parent 63e4f92 commit 7c8784b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/smoke-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ jobs:
6969
key: ${{ runner.os }}-mint-${{ hashFiles('./Mintfile') }}
7070
restore-keys: ${{ runner.os }}-mint-
7171
- uses: ./.github/actions/bootstrap
72-
- name: Prepare iPhone 12 with iOS 15.3
72+
- name: Prepare iPhone 12 with iOS 15.4
7373
uses: ./.github/actions/prepare-ios-simulator
7474
with:
7575
device: "iPhone 12"
76-
ios: "15.3"
77-
xcode: "13.3"
76+
ios: "15.4"
77+
xcode: "13.3.1"
7878
- name: Run Tests (Debug)
79-
run: bundle exec fastlane test_ui device:"iPhone 12 (15.3)"
79+
run: bundle exec fastlane test_ui device:"iPhone 12 (15.4)"
8080
- uses: codecov/codecov-action@v1
8181
with:
8282
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)