mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:15:52 +08:00
Specify both OS and Arch for Mac
This commit is contained in:
parent
5f998f0ab4
commit
87a02c6ea2
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…
x
Reference in New Issue
Block a user