mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 11:55:09 +08:00
Merge pull request #18056 from Ultimaker/CURA-11544_self_hosted_windows_runner
Cura 11544 self hosted windows runner
This commit is contained in:
commit
bbfc4856e3
2
.github/workflows/installers.yml
vendored
2
.github/workflows/installers.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
enterprise: ${{ github.event.inputs.enterprise == 'true' }}
|
enterprise: ${{ github.event.inputs.enterprise == 'true' }}
|
||||||
staging: ${{ github.event.inputs.staging == 'true' }}
|
staging: ${{ github.event.inputs.staging == 'true' }}
|
||||||
architecture: X64
|
architecture: X64
|
||||||
operating_system: windows-2022
|
operating_system: self-hosted-Windows-X64
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
linux-installer:
|
linux-installer:
|
||||||
|
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@ -34,9 +34,10 @@ on:
|
|||||||
operating_system:
|
operating_system:
|
||||||
description: 'OS'
|
description: 'OS'
|
||||||
required: true
|
required: true
|
||||||
default: 'windows-2022'
|
default: 'self-hosted-Windows-X64'
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
|
- self-hosted-Windows-X64
|
||||||
- windows-2022
|
- windows-2022
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user