From df3f749f8423085b036fcb067fcbc6b5e140f9ab Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Tue, 7 Feb 2023 16:03:30 +0200 Subject: [PATCH] Build core on ubuntu-latest --- .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 6a3a85f0..7a833ee0 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: