Skip to content

Commit 4421ef8

Browse files
committed
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.
1 parent 01de945 commit 4421ef8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/compile-examples.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ jobs:
114114
starter-kit: false
115115
tone: true
116116
pulsein: true
117-
# Change this to arduino:mbed:envie_m7 once there is a production release of the Arduino Mbed OS Boards platform
118-
- fqbn: arduino-beta:mbed:envie_m7
117+
- fqbn: arduino:mbed:envie_m7
119118
usb: false
120119
serial1: true
121120
starter-kit: false

0 commit comments

Comments
 (0)