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).