From b4b9bee95073f04cb67b124c992f15bef1fcea66 Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Thu, 2 Oct 2025 10:25:25 -0700 Subject: [PATCH] Update workflow to pin latest to ESP-IDF v5.5 --- .github/workflows/docker-Espressif.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-Espressif.yml b/.github/workflows/docker-Espressif.yml index dda8e9c34..384509ecd 100644 --- a/.github/workflows/docker-Espressif.yml +++ b/.github/workflows/docker-Espressif.yml @@ -19,7 +19,9 @@ jobs: # This should be a safe limit for the tests to run. timeout-minutes: 12 container: - image: espressif/idf:latest + # The latest stable release is v5.5 + image: espressif/idf:release-v5.5 + # image: espressif/idf:latest # The "latest" has breaking changes for ESP-IDF V6 steps: - uses: actions/checkout@v4 - name: Initialize Espressif IDE and build examples