From 42638c4fc04c66fa533d0e2b73bd4674122c9cad Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:06:14 -0500 Subject: [PATCH] Try larger runner --- .github/workflows/build.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7cbce5e6cf..42ff8d01ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: testing: name: Testing - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest-m env: NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages steps: @@ -95,10 +95,8 @@ jobs: build: name: Build artifacts and images - runs-on: ubuntu-22.04 - needs: - - lint - - testing + runs-on: ubuntu-latest-m + needs: testing strategy: fail-fast: false matrix: @@ -247,7 +245,7 @@ jobs: build-stub-swagger: name: Build Docker-Stub/Swagger runs-on: ubuntu-22.04 - needs: build + needs: testing steps: - name: Checkout repo uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1