From 0e13f9489417a95d6735950cea38625588bdadc6 Mon Sep 17 00:00:00 2001 From: PangMo5 Date: Sun, 27 Mar 2022 03:02:29 +0900 Subject: [PATCH] update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89e3f81a..3ac899ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,12 +15,12 @@ jobs: - "Swiftfin" - "Swiftfin tvOS" - runs-on: macos-latest + runs-on: macos-12 steps: - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest + xcode-version: '13.3' - name: Checkout uses: actions/checkout@v1