From 07815c224ba90995c77523311e8a1d533f2ad72e Mon Sep 17 00:00:00 2001 From: Jeong Chong In Date: Thu, 23 Nov 2023 20:27:32 +0900 Subject: [PATCH] =?UTF-8?q?[NON=5FISSUE]=20Xcode=2015.0.1=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=EC=9C=BC=EB=A1=9C=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44fc0f8a..d6dcb640 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest-stable + xcode-version: '15.0.1' - name: Select latest Xcode run: "sudo xcode-select -s /Applications/Xcode.app" - uses: actions/checkout@v2