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 f185805 commit 1181d77
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ jobs:
cmake -B build ${{ matrix.cmake_generator }} .
cmake --build build --config Release --target package
- name: Qualify darwin versions
- name: Qualify darwin artifacts with os versions
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
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
cd SRC_engines/build
mv *.zip *-${{ matrix.os }}.zip
mv *.tar.gz *-${{ matrix.os }}.tar.gz
- name: Upload artifacts
if: ${{ always() }}
Expand Down

0 comments on commit 1181d77

Please sign in to comment.