Skip to content

Commit

Permalink
change some container versions to fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
pankore committed Jul 12, 2023
1 parent 3d5d475 commit 31fd27b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples-linux-imx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-imx:0.7.25.1
image: connectedhomeip/chip-build-imx:0.7.25

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minimal-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: connectedhomeip/chip-build-minimal:0.7.25
image: connectedhomeip/chip-build-minimal:0.7.18

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-tizen-qemu:0.7.25
image: connectedhomeip/chip-build-tizen-qemu:0.7.18
volumes:
- "/tmp/log_output:/tmp/test_logs"

Expand Down

0 comments on commit 31fd27b

Please sign in to comment.