Skip to content

[VersionUp] 3.8.6 GM Build 3860. #2364

[VersionUp] 3.8.6 GM Build 3860.

[VersionUp] 3.8.6 GM Build 3860. #2364

name: debug-macOS-MainAssembly
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build
runs-on: macOS-13
env:
GIT_SSL_NO_VERIFY: true
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '^15.1'
- uses: actions/checkout@v1
- name: Clean
run: make spmClean
- name: Build
run: make spmDebug