From 622744e9617946a436e82076e04e5ffb0262312d Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sun, 7 Jan 2024 17:55:39 +0800 Subject: [PATCH] GitHub // Update CI settings. --- .github/workflows/continuous-integration-workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index d8c63113..ea986353 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -7,14 +7,14 @@ on: jobs: build: - name: Build (latest) - runs-on: macOS-latest + name: Build + runs-on: macOS-13 env: GIT_SSL_NO_VERIFY: true steps: - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '^15.0' + xcode-version: '^15.1' - uses: actions/checkout@v1 - name: Clean run: make clean