We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7863b3c + b805ae3 commit 33451faCopy full SHA for 33451fa
.github/workflows/docker.yml
@@ -21,7 +21,7 @@ jobs:
21
# Disable the job in forks
22
if: ${{ github.repository_owner == 'espressif' }}
23
24
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04-X64-large
25
steps:
26
# Depending on the branch/tag, set CLONE_BRANCH_OR_TAG variable (used in the Dockerfile
27
# as a build arg) and TAG_NAME (used when tagging the image).
0 commit comments