split interface pattern into top and bottom #52
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |