Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
imx8 imx8x imx8m,
# - IPC4 default
mtl,
# Very few IPC3 platforms support IPC4 too.
-i IPC4 tgl,
# Some IPC3 platforms support IPC4 too.
-i IPC4 tgl, -i IPC4 tgl-h,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For a shorter list:

Suggested change
-i IPC4 tgl, -i IPC4 tgl-h,
-i IPC4 tgl tgl-h,

I will submit that as a followup patch, it's more urgent to merge this as is.

]
zephyr_revision: [
manifest_revision,
Expand Down