Merge pull request #18056 from Ultimaker/CURA-11544_self_hosted_windows_runner

Cura 11544 self hosted windows runner
This commit is contained in:
Casper Lamboo 2024-01-17 16:28:45 +01:00 committed by GitHub
commit bbfc4856e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -58,7 +58,7 @@ jobs:
enterprise: ${{ github.event.inputs.enterprise == 'true' }}
staging: ${{ github.event.inputs.staging == 'true' }}
architecture: X64
operating_system: windows-2022
operating_system: self-hosted-Windows-X64
secrets: inherit
linux-installer:

View File

@ -34,9 +34,10 @@ on:
operating_system:
description: 'OS'
required: true
default: 'windows-2022'
default: 'self-hosted-Windows-X64'
type: choice
options:
- self-hosted-Windows-X64
- windows-2022
jobs: