mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Specify both OS and Arch for Mac
This commit is contained in:
parent
5f998f0ab4
commit
87a02c6ea2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue