Skip to content

Commit 6e67fd5

Browse files
committed
change some container versions to fix ci error
1 parent 3d5d475 commit 6e67fd5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/examples-linux-imx.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.actor != 'restyled-io[bot]'
3535

3636
container:
37-
image: connectedhomeip/chip-build-imx:0.7.25.1
37+
image: connectedhomeip/chip-build-imx:0.7.25
3838

3939
steps:
4040
- name: Checkout

.github/workflows/minimal-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232

3333
container:
34-
image: connectedhomeip/chip-build-minimal:0.7.25
34+
image: connectedhomeip/chip-build-minimal:0.7.18
3535

3636
steps:
3737
- name: Checkout

.github/workflows/qemu.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: github.actor != 'restyled-io[bot]'
3939

4040
container:
41-
image: connectedhomeip/chip-build-esp32-qemu:0.7.25
41+
image: connectedhomeip/chip-build-esp32-qemu:0.7.18
4242
volumes:
4343
- "/tmp/log_output:/tmp/test_logs"
4444

0 commit comments

Comments
 (0)