From e9a53db9e44be9ad191c353185499405d8333b53 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Thu, 7 Jul 2022 13:22:28 +0800 Subject: [PATCH] CI // Use macOS 12 as build platform. --- .../workflows/continuous-integration-workflow.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 6d616b4b..06c200e0 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -1,10 +1,14 @@ -name: Build -on: [push] +name: Build-with-macOS-12 +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] jobs: build: - name: Build - runs-on: macOS-latest + name: Build (macOS 12) + runs-on: macOS-12 env: GIT_SSL_NO_VERIFY: true DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer