mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 22:46:09 +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:
|
jobs:
|
||||||
windows-installer:
|
windows-installer:
|
||||||
uses: ./.github/workflows/windows.yml@CURA-8415_self_hosted_runner
|
uses: ./.github/workflows/windows.yml
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||||
conan_args: ${{ inputs.conan_args }}
|
conan_args: ${{ inputs.conan_args }}
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
operating_system: windows-2022
|
operating_system: windows-2022
|
||||||
|
|
||||||
linux-modern-installer:
|
linux-modern-installer:
|
||||||
uses: ./.github/workflows/linux.yml@CURA-8415_self_hosted_runner
|
uses: ./.github/workflows/linux.yml
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||||
conan_args: ${{ inputs.conan_args }}
|
conan_args: ${{ inputs.conan_args }}
|
||||||
@ -47,7 +47,7 @@ jobs:
|
|||||||
operating_system: ubuntu-22.04
|
operating_system: ubuntu-22.04
|
||||||
|
|
||||||
linux-legacy-installer:
|
linux-legacy-installer:
|
||||||
uses: ./.github/workflows/linux.yml@CURA-8415_self_hosted_runner
|
uses: ./.github/workflows/linux.yml
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||||
conan_args: ${{ inputs.conan_args }}
|
conan_args: ${{ inputs.conan_args }}
|
||||||
@ -57,7 +57,7 @@ jobs:
|
|||||||
operating_system: ubuntu-20.04
|
operating_system: ubuntu-20.04
|
||||||
|
|
||||||
macos-installer:
|
macos-installer:
|
||||||
uses: ./.github/workflows/macos.yml@CURA-8415_self_hosted_runner
|
uses: ./.github/workflows/macos.yml
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||||
conan_args: ${{ inputs.conan_args }}
|
conan_args: ${{ inputs.conan_args }}
|
||||||
@ -67,7 +67,7 @@ jobs:
|
|||||||
operating_system: macos-11.0
|
operating_system: macos-11.0
|
||||||
|
|
||||||
macos-arm-installer:
|
macos-arm-installer:
|
||||||
uses: ./.github/workflows/macos.yml@CURA-8415_self_hosted_runner
|
uses: ./.github/workflows/macos.yml
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||||
conan_args: ${{ inputs.conan_args }}
|
conan_args: ${{ inputs.conan_args }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user