Use self-hosted-Windows-X64 as default

Contributes to CURA-11544
This commit is contained in:
Jelle Spijker 2024-01-15 13:37:54 +01:00
parent 0fe682470a
commit 399a817178
No known key found for this signature in database
GPG key ID: 034D1C0527888B65
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: