From 31ee98800d275c0aeb0357f265a6790ad0f7bd82 Mon Sep 17 00:00:00 2001 From: hoon Date: Tue, 23 Jan 2024 01:51:47 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EC=BB=A4=EB=B0=8B=20(#89)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action-test-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action-test-ci.yml b/.github/workflows/action-test-ci.yml index 12162433..e78c0322 100644 --- a/.github/workflows/action-test-ci.yml +++ b/.github/workflows/action-test-ci.yml @@ -43,4 +43,4 @@ jobs: - name: Build and test run: | - xcodebuild clean test -workspace KCS/KCS.xcworkspace -scheme KCS -destination "platform=iOS Simulator,name=iPhone 14,OS=16.0" \ No newline at end of file + xcodebuild clean test -workspace KCS/KCS.xcworkspace -scheme KCS -destination "platform=iOS Simulator,name=iPhone 14,OS=17.2" \ No newline at end of file