Skip to content

Commit

Permalink
added separate workflow for macOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vovke committed Dec 11, 2023
1 parent c4e80b2 commit 866b0fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pilkki-software-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
if: matrix.os !== 'macos-latest'


- name: Build for macOS
run: ninja -C ${{ steps.strings.outputs.build-output-dir }}
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 866b0fe

Please sign in to comment.