Skip to content

Commit d69c98c

Browse files
authored
Update publish.yml
New arch typo. Also incomplete update to new SDK.
1 parent eb7f899 commit d69c98c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
strategy:
6060
matrix:
61-
sdk: [0.16.4]
61+
sdk: [0.16.8]
6262
toolchain: [
6363
{ arch: "aarch64-zephyr-elf", nick: "aarch64"},
6464
{ arch: "arc64-zephyr-elf", nick: "arc64"},
@@ -82,7 +82,7 @@ jobs:
8282
{ arch: "xtensa-nxp_imx8ulp_adsp_zephyr-elf", nick: "xtensa-nxp_imx8ulp_adsp"},
8383
{ arch: "xtensa-nxp_rt500_adsp_zephyr-elf", nick: "xtensa-nxp_rt500_adsp"},
8484
{ arch: "xtensa-sample_controller_zephyr-elf", nick: "xtensa-sample_controller"},
85-
{ arch: "xtensa-nxp_imx8ulp_adsp_zephyr-elf", nick: "xtensa-nxp_imx8ulp_adsp_zephyr-elf"}
85+
{ arch: "xtensa-nxp_rt600_adsp_zephyr-elf", nick: "xtensa-nxp_rt600_adsp"}
8686
]
8787

8888
steps:
@@ -124,7 +124,7 @@ jobs:
124124

125125
strategy:
126126
matrix:
127-
sdk: [0.16.4]
127+
sdk: [0.16.8]
128128

129129
steps:
130130
- name: Checkout repository

0 commit comments

Comments
 (0)