From b5966f18f94cc55c6ea041765ce910ba7e90a7b7 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Fri, 10 Mar 2023 11:18:34 +0100 Subject: [PATCH] Fix: envie_m4 is no longer a valid FQBN. (#125) --- .github/workflows/compile-examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 9c21107..cf17624 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -39,7 +39,7 @@ jobs: platforms: | - name: arduino:samd updater: true - - fqbn: arduino:mbed_portenta:envie_m4 + - fqbn: arduino:mbed_portenta:envie_m7:target_core=cm4 platforms: | - name: arduino:mbed_portenta updater: false