From 6a9b1e0d1db7bd43d97d95030a6bac0f15d17d70 Mon Sep 17 00:00:00 2001 From: fuziki Date: Sat, 3 Jul 2021 15:03:59 +0900 Subject: [PATCH] use xcode 12.5 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d53f7b..ad2e78d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,14 +14,14 @@ on: workflow_dispatch: env: - DEVELOPER_DIR: /Applications/Xcode_12.5.app + DEVELOPER_DIR: /Applications/Xcode_12.4.app # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: macOS-latest + runs-on: macos-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: