Skip to content

Commit

Permalink
m1 and intel building for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuahin authored Oct 21, 2024
1 parent 1181d77 commit 3efab07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
run: |
cd SRC_engines/build
mv *.zip *-${{ matrix.os }}.zip
mv *.tar.gz *-${{ matrix.os }}.tar.gz
for file in *.zip; do mv "$file" "${file%.zip}-${{ matrix.os }}.zip"; done
for file in *.tar.gz; do mv "$file" "${file%.tar.gz}-${{ matrix.os }}.tar.gz"; done
cd ../..
- name: Upload artifacts
if: ${{ always() }}
Expand Down

0 comments on commit 3efab07

Please sign in to comment.