mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-25 07:39:25 +08:00
Merge pull request #19090 from Ultimaker/CURA-11547_linux_self_hosted_runner
Update linux.yml
This commit is contained in:
commit
332cf85264
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
@ -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:
|
||||||
@ -49,4 +50,4 @@ jobs:
|
|||||||
staging: ${{ inputs.staging }}
|
staging: ${{ inputs.staging }}
|
||||||
architecture: ${{ inputs.architecture }}
|
architecture: ${{ inputs.architecture }}
|
||||||
operating_system: ${{ inputs.operating_system }}
|
operating_system: ${{ inputs.operating_system }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user