Skip to content

Commit

Permalink
Merge pull request #19090 from Ultimaker/CURA-11547_linux_self_hosted…
Browse files Browse the repository at this point in the history
…_runner

Update linux.yml
  • Loading branch information
HellAholic authored Jun 14, 2024
2 parents 76ebb6e + b0bd3a2 commit 332cf85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ on:
operating_system:
description: 'OS'
required: true
default: 'ubuntu-22.04'
default: 'self-hosted-Ubuntu22-X64'
type: choice
options:
- ubuntu-22.04
- self-hosted-Ubuntu22-X64

jobs:
linux-installer:
Expand All @@ -49,4 +50,4 @@ jobs:
staging: ${{ inputs.staging }}
architecture: ${{ inputs.architecture }}
operating_system: ${{ inputs.operating_system }}
secrets: inherit
secrets: inherit

0 comments on commit 332cf85

Please sign in to comment.