GitHub-CI // Update macOS CI settings.

This commit is contained in:
ShikiSuen 2022-12-07 23:04:35 +08:00
parent 3e5f562d58
commit 67de285c44
1 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: Build-with-macOS-12 name: Build-with-macOS-latest
on: on:
push: push:
branches: [ "main" ] branches: [ "main" ]
@ -7,12 +7,14 @@ on:
jobs: jobs:
build: build:
name: Build (macOS 12) name: Build (latest)
runs-on: macOS-12 runs-on: macOS-latest
env: env:
GIT_SSL_NO_VERIFY: true GIT_SSL_NO_VERIFY: true
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
steps: steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Clean - name: Clean
run: make clean run: make clean