From 01e7a2e276ba097ab4c41807b89c27f96b95cdf3 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Wed, 8 Feb 2023 13:57:57 +0200 Subject: [PATCH] Change to stream-ci-large runner --- .github/workflows/common.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 91eb7a15..c78931d9 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -160,8 +160,8 @@ jobs: # GH_ARC_PRIVATE_KEY: ${{ secrets.GH_ARC_PRIVATE_KEY }} # GH_ARC_PAT: ${{ secrets.GH_ARC_PAT }} core: -# runs-on: 'stream-ci-large' - runs-on: ubuntu-20.04 + runs-on: 'stream-ci-large' +# runs-on: ubuntu-20.04 needs: - parameters steps: