CI // Use macOS 12 as build platform.
This commit is contained in:
parent
30f7c6c2ff
commit
e9a53db9e4
|
@ -1,10 +1,14 @@
|
||||||
name: Build
|
name: Build-with-macOS-12
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "main" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "main" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build (macOS 12)
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-12
|
||||||
env:
|
env:
|
||||||
GIT_SSL_NO_VERIFY: true
|
GIT_SSL_NO_VERIFY: true
|
||||||
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
|
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
|
||||||
|
|
Loading…
Reference in New Issue