From cf39dbc83a013e7866ee5cf193ced4dc197c494c Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Thu, 6 Oct 2022 22:46:00 +0200 Subject: [PATCH] Workflow update --- .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 36938a42..03dfe5b5 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -190,7 +190,7 @@ jobs: strategy: matrix: app: ${{ fromJson(needs.parameters.outputs.processors) }} - runs-on: stream-ci + runs-on: ubuntu-latest steps: - name: 'Configure: checkout stream-applications' uses: actions/checkout@v3 @@ -220,7 +220,7 @@ jobs: strategy: matrix: app: ${{ fromJson(needs.parameters.outputs.sinks) }} - runs-on: stream-ci + runs-on: ubuntu-latest steps: - name: 'Configure: checkout stream-applications' uses: actions/checkout@v3