mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
don't specify arch for runs-on
Contributes to CURA-8415
This commit is contained in:
parent
f5f0684284
commit
bc13ba8c24
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -76,7 +76,7 @@ env:
|
|||
|
||||
jobs:
|
||||
cura-installer-create:
|
||||
runs-on: [ self-hosted, "${{ inputs.architecture }}" ]
|
||||
runs-on: [ self-hosted ]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue