mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:09:04 +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:
|
jobs:
|
||||||
cura-installer-create:
|
cura-installer-create:
|
||||||
runs-on: [ self-hosted, "${{ inputs.architecture }}" ]
|
runs-on: [ self-hosted ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user