Skip to content

Commit 8bbd494

Browse files
Updated CI to Xcode 13.2.1
1 parent ec05b47 commit 8bbd494

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/smoke-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ jobs:
7373
uses: ./.github/actions/prepare-ios-simulator
7474
with:
7575
device: "iPhone 12"
76-
ios: "15.0"
77-
xcode: "13.0"
76+
ios: "15.2"
77+
xcode: "13.2.1"
7878
- name: Run Tests (Debug)
79-
run: bundle exec fastlane test_ui device:"iPhone 12 (15.0)"
79+
run: bundle exec fastlane test_ui device:"iPhone 12 (15.2)"
8080
- uses: codecov/codecov-action@v1
8181
with:
8282
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)