Skip to content

merge dev: fix for linux build (20.04) and overhangs_speed_enforce #155

merge dev: fix for linux build (20.04) and overhangs_speed_enforce

merge dev: fix for linux build (20.04) and overhangs_speed_enforce #155

Workflow file for this run

name: C/C++ Nightly arm macos
on:
push:
branches:
- Nigthly
- nightly_dev
- nightly_master
- debug_macos
jobs:
build:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- name: build deps & slicer
run: ./BuildMacOS.sh -ia
- name: Upload artifact
uses: actions/[email protected]
with:
name: nightly_macos_arm_debug.dmg
path: build/${{ github.event.repository.name }}.dmg
- name: Upload artifact
uses: actions/[email protected]
with:
name: nightly_arm_macos.tar
path: build/${{ github.event.repository.name }}.tar