Просмотр исходного кода

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

Update linux.yml
HellAholic 9 месяцев назад
Родитель
Сommit
332cf85264
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      .github/workflows/linux.yml

+ 3 - 2
.github/workflows/linux.yml

@@ -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:
@@ -49,4 +50,4 @@ jobs:
       staging: ${{ inputs.staging }}
       architecture: ${{ inputs.architecture }}
       operating_system: ${{ inputs.operating_system }}
-    secrets: inherit
+    secrets: inherit