diff --git a/.github/workflows/CommitChecks.yml b/.github/workflows/CommitChecks.yml index be682d6bfb..64e9ba88ca 100644 --- a/.github/workflows/CommitChecks.yml +++ b/.github/workflows/CommitChecks.yml @@ -17,4 +17,4 @@ jobs: - name: xcbeautify run: brew install xcbeautify - name: Run Test - run: set -o pipefail && xcodebuild -scheme Verge-Package test -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.0.1' | xcbeautify + run: set -o pipefail && xcodebuild -scheme Verge-Package test -destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18.0.0' | xcbeautify