Skip to content

Commit 461900d

Browse files
calvincestarigh-action-runner
authored andcommitted
Update: Nightly health check (#783)
1 parent b78487c commit 461900d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nightly-health-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@ jobs:
6767
name: Apollo Unit Tests - macOS
6868
run-js-tests: false
6969
# iOS_current
70-
- destination: platform=iOS Simulator,OS=17.0,name=iPhone 15
70+
- destination: platform=iOS Simulator,OS=18.5,name=iPhone 15
7171
scheme: ApolloTests
7272
test-plan: Apollo-CITestPlan
73-
name: Apollo Unit Tests - iOS 17.0
73+
name: Apollo Unit Tests - iOS 18.5
7474
run-js-tests: false
7575
# tvOS_current
76-
- destination: platform=tvOS Simulator,OS=17.0,name=Apple TV
76+
- destination: platform=tvOS Simulator,OS=18.5,name=Apple TV
7777
scheme: ApolloTests
7878
test-plan: Apollo-CITestPlan
79-
name: Apollo Unit Tests - tvOS ${{ vars.TVOS_VERSION }}
79+
name: Apollo Unit Tests - tvOS 18.5
8080
run-js-tests: false
8181
# Codegen CLI Test
8282
- destination: platform=macOS,arch=arm64

0 commit comments

Comments
 (0)