From a49165177554f9539616a8d8913238ad43b1cb13 Mon Sep 17 00:00:00 2001 From: cchanmi <113524@naver.com> Date: Sun, 24 Nov 2024 00:47:46 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]=20#227=20-=20=EB=B9=8C=EB=93=9C=20?= =?UTF-8?q?=EC=8B=9C=EB=AE=AC=EB=A0=88=EC=9D=B4=ED=84=B0=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/smeemDev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smeemDev.yml b/.github/workflows/smeemDev.yml index 7dc17b20..1e24181d 100644 --- a/.github/workflows/smeemDev.yml +++ b/.github/workflows/smeemDev.yml @@ -26,4 +26,4 @@ jobs: - name: Create Debug.xcconfig run: echo "${{ secrets.DEBUG_CONFIG }}" > ./Smeem-iOS/Debug.xcconfig - name: Build - run: xcodebuild build -project Smeem-iOS/Smeem-iOS.xcodeproj -scheme Smeem-Dev -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=17.2' + run: xcodebuild build -project Smeem-iOS/Smeem-iOS.xcodeproj -scheme Smeem-Dev -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2'