From 67de285c446f1b0e229090f8a237dc4f03cc87b4 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Wed, 7 Dec 2022 23:04:35 +0800 Subject: [PATCH] GitHub-CI // Update macOS CI settings. --- .github/workflows/continuous-integration-workflow.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 06c200e0..3e064389 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -1,4 +1,4 @@ -name: Build-with-macOS-12 +name: Build-with-macOS-latest on: push: branches: [ "main" ] @@ -7,12 +7,14 @@ on: jobs: build: - name: Build (macOS 12) - runs-on: macOS-12 + name: Build (latest) + runs-on: macOS-latest env: GIT_SSL_NO_VERIFY: true - DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer steps: + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest-stable - uses: actions/checkout@v1 - name: Clean run: make clean