From 8c77534b6d73b4b47858ccbac6abc3d5e72d680f Mon Sep 17 00:00:00 2001 From: DuDu Date: Tue, 3 Sep 2024 00:51:10 +0900 Subject: [PATCH] =?UTF-8?q?main.yml=EC=9D=98=20runner=ED=99=98=EA=B2=BD=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20(macos:12,=20xcode:=2014.2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f6656d..e3b26ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,13 +6,13 @@ on: jobs: upload_testflight: - runs-on: macos_latest + runs-on: macos_12 steps: - uses: actions/checkout@v2 - name: Setup Xcode version uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: 15.4.0 + xcode-version: 14.2.0 - name: Setting Master Key run: |