diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 08c59c9158..f9d800c77d 100644 --- a/.github/workflows/linux.yml +++ b/.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 \ No newline at end of file + secrets: inherit