mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:38:58 +08:00
don't specify arch for runs-on
Contributes to CURA-8415
This commit is contained in:
parent
f5f0684284
commit
bc13ba8c24
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…
x
Reference in New Issue
Block a user