Skip to content

Commit

Permalink
apple silicon build test - force
Browse files Browse the repository at this point in the history
  • Loading branch information
glsorre committed Feb 29, 2024
1 parent 80c886c commit 97c0256
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/debug_mac_arm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: C/C++ debug arm macos

on:
push:
branches:
- pr1

jobs:
build:

runs-on: macos-14

steps:
- uses: actions/checkout@v2
- 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

0 comments on commit 97c0256

Please sign in to comment.