From ac087919f38fe7cbc246f5961b8d9de081238def Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 2 Aug 2021 12:57:38 -0700 Subject: [PATCH] Use modern board-specific Mbed OS Boards platforms Since the time the workflow was written, the "Arduino Mbed OS Boards" platform was split into a variant for each of the boards "families" supported by that platform. The benefit of this split is a reduction of installation and compilation times. The previous `arduino:mbed` platform is still available to ease the transition to the new platforms, but it is deprecated. --- .github/workflows/compile-examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index cd265ea..60bd691 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -120,13 +120,13 @@ jobs: starter-kit: false tone: true pulsein: true - - fqbn: arduino:mbed:nano33ble + - fqbn: arduino:mbed_nano:nano33ble usb: false serial1: true starter-kit: false tone: true pulsein: true - - fqbn: arduino:mbed:envie_m7 + - fqbn: arduino:mbed_portenta:envie_m7 usb: false serial1: true starter-kit: false