Skip to content

Commit 7d9fd79

Browse files
committed
ci(qemu): upgrade Docker image to IDF 5.5 for smoke tests
1 parent 9c4fea8 commit 7d9fd79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/qemu-smoke-test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
4444
- name: Pull Docker image
4545
shell: bash
46-
run: docker pull espressif/idf:release-v5.4
46+
run: docker pull espressif/idf:release-v5.5
4747

4848
- name: Run QEMU
4949
shell: bash
@@ -57,7 +57,7 @@ runs:
5757
5858
docker run --rm \
5959
-v /tmp/flash_qemu.bin:/flash.bin \
60-
espressif/idf:release-v5.4 bash -c "
60+
espressif/idf:release-v5.5 bash -c "
6161
timeout 60 $QEMU_PATH \
6262
-nographic \
6363
-machine ${{ inputs.machine }} \

0 commit comments

Comments
 (0)