Skip to content

Commit c66e55c

Browse files
committed
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.
1 parent bad4977 commit c66e55c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ jobs:
120120
starter-kit: false
121121
tone: true
122122
pulsein: true
123-
- fqbn: arduino:mbed:nano33ble
123+
- fqbn: arduino:mbed_nano:nano33ble
124124
usb: false
125125
serial1: true
126126
starter-kit: false
127127
tone: true
128128
pulsein: true
129-
- fqbn: arduino:mbed:envie_m7
129+
- fqbn: arduino:mbed_portenta:envie_m7
130130
usb: false
131131
serial1: true
132132
starter-kit: false

0 commit comments

Comments
 (0)