Skip to content

Don't deactivate no_perimeter_unsupported_algo with arachne, it works. #50

Don't deactivate no_perimeter_unsupported_algo with arachne, it works.

Don't deactivate no_perimeter_unsupported_algo with arachne, it works. #50

name: C/C++ Release candidate arm macos
on:
push:
branches:
- rc
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v2
with:
ref: 'rc'
- name: build deps & slicer
run: ./BuildMacOS.sh -ia
- name: Upload artifact
uses: actions/[email protected]
with:
name: rc_arm_macos.dmg
path: build/${{ github.event.repository.name }}.dmg
- name: Upload artifact
uses: actions/[email protected]
with:
name: rc_arm_macos.tar
path: build/${{ github.event.repository.name }}.tar