From 101929417a780b4f80c557d28c4f7cb17525357b Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Thu, 30 Sep 2021 15:43:58 -0400 Subject: [PATCH] move qemu CI back to latest - we should not require every PR to merge with master to pass (#10125) Co-authored-by: Andrei Litvin --- .github/workflows/qemu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index 5790bfa6f75731..9655f2685087e8 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -34,7 +34,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: connectedhomeip/chip-build-esp32-qemu:0.5.7 + image: connectedhomeip/chip-build-esp32-qemu:latest volumes: - "/tmp/log_output:/tmp/test_logs"