Skip to content

Commit 12f5d2c

Browse files
authored
Merge pull request #204 from per1234/update-portenta-platform-name
Update Portenta platform in Compile Examples CI workflow
2 parents bfaa7c6 + a94cc53 commit 12f5d2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
{"fqbn": "arduino:samd:mkrwan1300", "type": "wan"},
4141
{"fqbn": "arduino:samd:mkrgsm1400", "type": "gsm"},
4242
{"fqbn": "arduino:samd:mkrnb1500", "type": "nb"},
43-
{"fqbn": "arduino-beta:mbed:envie_m4", "type": "mbed"},
44-
{"fqbn": "arduino-beta:mbed:envie_m7", "type": "mbed"},
43+
{"fqbn": "arduino:mbed:envie_m4", "type": "mbed"},
44+
{"fqbn": "arduino:mbed:envie_m7", "type": "mbed"},
4545
{"fqbn": "esp8266:esp8266:huzzah", "type": "esp8266"}
4646
]
4747

@@ -106,10 +106,10 @@ jobs:
106106
type: "mbed"
107107
platforms: |
108108
# Install Arduino mbed-Enabled Boards via Boards Manager for the toolchain
109-
- name: arduino-beta:mbed
109+
- name: arduino:mbed
110110
# Overwrite the Arduino mbed-Enabled Boards release version with version from the tip of the master branch (located in local path because of the need to first install ArduinoCore-API)
111111
- source-path: extras/ArduinoCore-mbed
112-
name: arduino-beta:mbed
112+
name: arduino:mbed
113113
libraries: |
114114
- name: ArduinoECCX08
115115
sketch-paths: '"examples/utility/Provisioning"'

0 commit comments

Comments
 (0)