mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:39:03 +08:00
Don't specify versions
Contributes to CURA-8415
This commit is contained in:
parent
457bbb1543
commit
fbfb4b82dd
10
.github/workflows/installers.yml
vendored
10
.github/workflows/installers.yml
vendored
@ -27,7 +27,7 @@ on:
|
||||
|
||||
jobs:
|
||||
windows-installer:
|
||||
uses: ./.github/workflows/windows.yml@CURA-8415_self_hosted_runner
|
||||
uses: ./.github/workflows/windows.yml
|
||||
with:
|
||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||
conan_args: ${{ inputs.conan_args }}
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
operating_system: windows-2022
|
||||
|
||||
linux-modern-installer:
|
||||
uses: ./.github/workflows/linux.yml@CURA-8415_self_hosted_runner
|
||||
uses: ./.github/workflows/linux.yml
|
||||
with:
|
||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||
conan_args: ${{ inputs.conan_args }}
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
operating_system: ubuntu-22.04
|
||||
|
||||
linux-legacy-installer:
|
||||
uses: ./.github/workflows/linux.yml@CURA-8415_self_hosted_runner
|
||||
uses: ./.github/workflows/linux.yml
|
||||
with:
|
||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||
conan_args: ${{ inputs.conan_args }}
|
||||
@ -57,7 +57,7 @@ jobs:
|
||||
operating_system: ubuntu-20.04
|
||||
|
||||
macos-installer:
|
||||
uses: ./.github/workflows/macos.yml@CURA-8415_self_hosted_runner
|
||||
uses: ./.github/workflows/macos.yml
|
||||
with:
|
||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||
conan_args: ${{ inputs.conan_args }}
|
||||
@ -67,7 +67,7 @@ jobs:
|
||||
operating_system: macos-11.0
|
||||
|
||||
macos-arm-installer:
|
||||
uses: ./.github/workflows/macos.yml@CURA-8415_self_hosted_runner
|
||||
uses: ./.github/workflows/macos.yml
|
||||
with:
|
||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||
conan_args: ${{ inputs.conan_args }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user