Skip to content

Commit 33451fa

Browse files
committed
Merge branch 'ci/github-docker-build_v5.4' into 'release/v5.4'
GitHUB CI fix: Add GH hosted large runner for Docker builds (v5.4) See merge request espressif/esp-idf!42747
2 parents 7863b3c + b805ae3 commit 33451fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Disable the job in forks
2222
if: ${{ github.repository_owner == 'espressif' }}
2323

24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-24.04-X64-large
2525
steps:
2626
# Depending on the branch/tag, set CLONE_BRANCH_OR_TAG variable (used in the Dockerfile
2727
# as a build arg) and TAG_NAME (used when tagging the image).

0 commit comments

Comments
 (0)