From 17a41deefe5ee84624b5085f8ebd153b0c7b3acd Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 15 Oct 2020 04:43:01 -0700 Subject: [PATCH] Update FQBN for Portenta H7 in Compile Examples CI workflow The beta phase arduino-beta:mbed boards platform of the Portenta H7 has been deprecated, which will cause the compilation check CI for this board to fail when the old FQBN is used. --- .github/workflows/compile-examples.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index ddd0676..c3f8074 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -114,8 +114,7 @@ jobs: starter-kit: false tone: true pulsein: true - # Change this to arduino:mbed:envie_m7 once there is a production release of the Arduino Mbed OS Boards platform - - fqbn: arduino-beta:mbed:envie_m7 + - fqbn: arduino:mbed:envie_m7 usb: false serial1: true starter-kit: false