Merge pull request #19090 from Ultimaker/CURA-11547_linux_self_hosted_runner

Update linux.yml
This commit is contained in:
HellAholic 2024-06-14 08:58:25 +02:00 committed by GitHub
commit 332cf85264
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,10 +34,11 @@ on:
operating_system: operating_system:
description: 'OS' description: 'OS'
required: true required: true
default: 'ubuntu-22.04' default: 'self-hosted-Ubuntu22-X64'
type: choice type: choice
options: options:
- ubuntu-22.04 - ubuntu-22.04
- self-hosted-Ubuntu22-X64
jobs: jobs:
linux-installer: linux-installer: