Skip to content

Commit e142d37

Browse files
authored
Update main.yml
1 parent fe88949 commit e142d37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Select Xcode
1212
run: sudo xcode-select -switch /Applications/Xcode_16.1.app && /usr/bin/xcodebuild -version
1313
- name: Run unit tests
14-
run: xcodebuild test -scheme TermiNetworkTests -destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18.0'
14+
run: xcodebuild test -scheme TermiNetworkTests -destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18.2'
1515
- name: Upload coverage to Codecov
1616
uses: codecov/codecov-action@v1.2.1
1717

0 commit comments

Comments
 (0)