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