diff --git a/.github/workflows/zephyr.yml b/.github/workflows/zephyr.yml index 57fc7611..139a6661 100644 --- a/.github/workflows/zephyr.yml +++ b/.github/workflows/zephyr.yml @@ -22,7 +22,7 @@ jobs: - name: Build firmware working-directory: bacnet-stack run: | - west build -b custom_plank ../zephyr/samples/hello_world + west build -b mimxrt1064_evk ../zephyr/samples/hello_world - name: Twister Tests working-directory: bacnet-stack run: |