From 2f0d37cf16b59b73e00797fd6292d594e7a39c7f Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Wed, 26 Apr 2023 11:44:32 -0400 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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