From b18295e200ef563e32cb288c954158dd53b421d2 Mon Sep 17 00:00:00 2001 From: Eduardo Vozniak Date: Mon, 2 Oct 2023 11:40:49 -0300 Subject: [PATCH] Removing philips runners --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4c9ee815..95cc52c1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ on: jobs: Tests: - runs-on: [self-hosted, linux, x64, philips-code-hub, ubuntu-latest] + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v3 @@ -56,7 +56,7 @@ jobs: Build: needs: [Tests] - runs-on: [self-hosted, linux, x64, philips-code-hub, ubuntu-latest] + runs-on: ubuntu-22.04 outputs: oauth2proxyPRTag: ${{ steps.setVariables.outputs.prTag }} oauth2proxyCITag: ${{ steps.setVariables.outputs.betaTag }}