From cc78ae3f1f7f1b2570c540d84b4acb007d9efcbf Mon Sep 17 00:00:00 2001 From: OhKanghoon Date: Sun, 20 Jun 2021 22:58:43 +0900 Subject: [PATCH] update ci simulator target --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fcb03f..1c34dfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: PROJECT: RxApolloClient.xcodeproj SCHEME: RxApolloClient-Package SDK: iphonesimulator - DESTINATION: platform=iOS Simulator,name=iPhone 11 Pro,OS=latest + DESTINATION: platform=iOS Simulator,name=iPhone 12 Pro,OS=latest steps: - uses: actions/checkout@v1