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:
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