Skip to content

Commit

Permalink
Use specific self-hosted label
Browse files Browse the repository at this point in the history
  • Loading branch information
jellespijker committed Oct 23, 2023
1 parent 87a02c6 commit 52c9b4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 52c9b4b

Please sign in to comment.