From 9a70b076735b5835d130f25447731bbe3c8ac141 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Mon, 17 Jun 2024 16:23:02 +0200 Subject: [PATCH] Use self-hosted runner for Linux installer --- .github/workflows/installers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index f1bd4b2d19..9ee6a885f7 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -70,7 +70,7 @@ jobs: enterprise: ${{ github.event.inputs.enterprise == 'true' }} staging: ${{ github.event.inputs.staging == 'true' }} architecture: X64 - operating_system: ubuntu-22.04 + operating_system: self-hosted-Ubuntu22-X64 secrets: inherit macos-installer: