Use specific self-hosted label

This commit is contained in:
Jelle Spijker 2023-10-23 15:32:29 +02:00
parent 87a02c6ea2
commit 52c9b4bea8
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -38,7 +38,8 @@ on:
default: 'macos-11'
type: choice
options:
- self-hosted
- self-hosted-X64
- self-hosted-ARM64
- macos-11
- macos-12
workflow_call:
@ -90,7 +91,7 @@ env:
jobs:
cura-installer-create:
runs-on: [${{ inputs.operating_system }}, ${{ inputs.architecture }}]
runs-on: ${{ inputs.operating_system }}
outputs:
INSTALLER_FILENAME: ${{ steps.filename.outputs.INSTALLER_FILENAME }}