Skip to content

Commit

Permalink
Mac CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouget committed Aug 18, 2023
1 parent e0ffe35 commit 1571297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build macOS

on:
push:
branches: [master]
branches: [master, update]
pull_request:
branches:
- '*'
Expand Down Expand Up @@ -40,6 +40,7 @@ jobs:
tar -xzf ANTsX-v2.4.3_macos.tar.gz -C ${{github.workspace}}/downloads/
mkdir ${{github.workspace}}/ANTs
mv ${{github.workspace}}/downloads/install ${{github.workspace}}/ANTs/
rm ANTsX-v2.4.3_macos.tar.gz
- name: Install dependencies
run: |
Expand All @@ -61,7 +62,7 @@ jobs:
cp -r Raidionics-1.2.1-macOS.pkg dist/Raidionics-1.2.1-macOS.pkg
- name: Upload package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Package
path: ${{github.workspace}}/dist/Raidionics-*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Ubuntu

on:
push:
branches: [master, update]
branches: [master]
pull_request:
branches:
- '*'
Expand Down

0 comments on commit 1571297

Please sign in to comment.