mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:25:58 +08:00
Use specific self-hosted label
This commit is contained in:
parent
87a02c6ea2
commit
52c9b4bea8
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
@ -38,7 +38,8 @@ on:
|
|||||||
default: 'macos-11'
|
default: 'macos-11'
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- self-hosted
|
- self-hosted-X64
|
||||||
|
- self-hosted-ARM64
|
||||||
- macos-11
|
- macos-11
|
||||||
- macos-12
|
- macos-12
|
||||||
workflow_call:
|
workflow_call:
|
||||||
@ -90,7 +91,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cura-installer-create:
|
cura-installer-create:
|
||||||
runs-on: [${{ inputs.operating_system }}, ${{ inputs.architecture }}]
|
runs-on: ${{ inputs.operating_system }}
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
INSTALLER_FILENAME: ${{ steps.filename.outputs.INSTALLER_FILENAME }}
|
INSTALLER_FILENAME: ${{ steps.filename.outputs.INSTALLER_FILENAME }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user