From 5a8082a5b43933efbe3e8db7ed56889c614c5f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Junnos=20=EF=A3=BF?= Date: Mon, 27 Nov 2023 15:49:43 +0900 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20Test=20action=20Xcode?= =?UTF-8?q?=20=EC=84=B8=ED=8C=85=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Xcode_build_test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Xcode_build_test.yml b/.github/workflows/Xcode_build_test.yml index 53fd484..a754ea3 100644 --- a/.github/workflows/Xcode_build_test.yml +++ b/.github/workflows/Xcode_build_test.yml @@ -76,7 +76,13 @@ jobs: matrix: ${{ steps.generate-test-matrix.outputs.matrix }} steps: - uses: actions/checkout@v4 - + + - name: Setup Xcode + if: ${{ !env.ACT }} + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: '15.0.1' + - name: Generate test matrix id: generate-test-matrix run: |