diff --git a/.github/workflows/action-test-ci.yml b/.github/workflows/action-test-ci.yml index d8bbe4b3..32f335c8 100644 --- a/.github/workflows/action-test-ci.yml +++ b/.github/workflows/action-test-ci.yml @@ -29,7 +29,7 @@ jobs: run: | xcodebuild clean test -workspace KCS/KCS.xcworkspace \ -scheme KCS \ - -destination 'platform=iOS Simulator,name=iPhone 15,OS=latest' + -destination 'platform=iOS Simulator,name=iPhone 14,OS=latest' # CocoaPod 을 사용하므로 설치후 테스트 진행 # ❗-project 옵션으로 scheme 설정 # ❗-destination 옵션으로 OS 버전이 설정