From 964650fdb618a5af48e7d4868b4555977b202386 Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Mon, 25 Sep 2023 21:50:30 +0100 Subject: [PATCH] fix(workflows): use larger runners --- .github/workflows/ci-coverage.yml | 2 +- .github/workflows/sub-build-docker-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-coverage.yml b/.github/workflows/ci-coverage.yml index eecc3e8aff2..6dccedd08ea 100644 --- a/.github/workflows/ci-coverage.yml +++ b/.github/workflows/ci-coverage.yml @@ -54,7 +54,7 @@ jobs: # - stable builds (typically 30-50 minutes), and # - parameter downloads (an extra 90 minutes, but only when the cache expires) timeout-minutes: 140 - runs-on: ubuntu-latest + runs-on: ubuntu-latest-m steps: - uses: actions/checkout@v4.0.0 diff --git a/.github/workflows/sub-build-docker-image.yml b/.github/workflows/sub-build-docker-image.yml index 4c91e1965c4..35718ee4462 100644 --- a/.github/workflows/sub-build-docker-image.yml +++ b/.github/workflows/sub-build-docker-image.yml @@ -53,7 +53,7 @@ jobs: build: name: Build images timeout-minutes: 210 - runs-on: ubuntu-latest + runs-on: ubuntu-latest-l outputs: image_digest: ${{ steps.docker_build.outputs.digest }} image_name: ${{ fromJSON(steps.docker_build.outputs.metadata)['image.name'] }}