diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 970b0a7f..8d7dc89c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -8,7 +8,7 @@ on: jobs: test: name: Build and Test - runs-on: ubuntu-20.04-8core-sl + runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-main-${{ matrix.images.target }} cancel-in-progress: true