Skip to content

Commit 5c8c26c

Browse files
committed
[CI] Fix boad and platform
1 parent 0565aac commit 5c8c26c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
matrix:
3636
board:
3737
# TODO: Add list of boards to compile for here:
38-
- fqbn: arduino:mbed_portenta:envie_m7
38+
- fqbn: arduino:mbed_edge:edge_control
3939
# TODO: Define the board's platform dependencies here.
4040
# See: https://github.com/arduino/compile-sketches#platforms
4141
platforms: |
42-
- name: arduino:mbed_portenta
42+
- name: arduino:mbed_edge
4343
4444
steps:
4545
- name: Checkout repository

0 commit comments

Comments
 (0)