CI // Use macOS 12 as build platform.

This commit is contained in:
ShikiSuen 2022-07-07 13:22:28 +08:00
parent 30f7c6c2ff
commit e9a53db9e4
1 changed files with 8 additions and 4 deletions

View File

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