From 5b110ab1703eee5a0c0dc9c6ca7879eccb48d9c0 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Tue, 7 Feb 2023 12:19:42 +0200 Subject: [PATCH] Build core on stream-ci-large --- .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 7a833ee0..6a3a85f0 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -159,8 +159,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-latest + runs-on: 'stream-ci-large' +# runs-on: ubuntu-latest needs: - parameters steps: