Skip to content

Commit

Permalink
Specify both OS and Arch for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jellespijker committed Oct 23, 2023
1 parent 5f998f0 commit 87a02c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ env:

jobs:
cura-installer-create:
runs-on: ${{ inputs.operating_system }}
runs-on: [${{ inputs.operating_system }}, ${{ inputs.architecture }}]

outputs:
INSTALLER_FILENAME: ${{ steps.filename.outputs.INSTALLER_FILENAME }}
Expand Down

0 comments on commit 87a02c6

Please sign in to comment.