Skip to content

Commit

Permalink
Building intel and m1 versions of macos
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuahin authored Oct 21, 2024
1 parent 668adac commit f185805
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
cmake -B build ${{ matrix.cmake_generator }} .
cmake --build build --config Release --target package
- name: Qualify darwin versions
run: |
mv SRC_engines/build/*.zip SRC_engines/build/*_${{ matrix.os }}.zip
mv SRC_engines/build/*.tar.gz SRC_engines/build/*_${{ matrix.os }}.tar.gz
- name: Upload artifacts
if: ${{ always() }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f185805

Please sign in to comment.