From 03f7da5c0b77dd8d1ebf5381200f8b42f8fc7b02 Mon Sep 17 00:00:00 2001 From: Hiroshi Kimura Date: Fri, 13 Dec 2024 09:57:09 +0900 Subject: [PATCH] Update CommitChecks.yml --- .github/workflows/CommitChecks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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