From 8328c4c8a3e63ea7860cf3e21b4d387837d6ba53 Mon Sep 17 00:00:00 2001 From: Tomas Sebestik Date: Fri, 17 Oct 2025 07:02:46 +0200 Subject: [PATCH] ci(github-docker-build): add GH hosted large runner for docker builds --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 88deb00f9b..02faf43ad9 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -21,7 +21,7 @@ jobs: # Disable the job in forks if: ${{ github.repository_owner == 'espressif' }} - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-X64-large steps: # Depending on the branch/tag, set CLONE_BRANCH_OR_TAG variable (used in the Dockerfile # as a build arg) and TAG_NAME (used when tagging the image).