@@ -31,20 +31,20 @@ jobs:
3131
3232 matrix :
3333 board :
34- - fqbn : arduino-beta :mbed:nano33ble
35- - fqbn : arduino-beta :mbed:envie_m4
36- - fqbn : arduino-beta :mbed:envie_m7
34+ - fqbn : arduino:mbed:nano33ble
35+ - fqbn : arduino:mbed:envie_m4
36+ - fqbn : arduino:mbed:envie_m7
3737
3838 # compile only the examples compatible with each board
3939 include :
4040 - board :
41- fqbn : arduino-beta :mbed:nano33ble
41+ fqbn : arduino:mbed:nano33ble
4242 additional-sketch-paths : ' "libraries/PDM" "libraries/ThreadDebug"'
4343 - board :
44- fqbn : arduino-beta :mbed:envie_m4
44+ fqbn : arduino:mbed:envie_m4
4545 additional-sketch-paths : ' "libraries/doom" "libraries/KernelDebug" "libraries/Portenta_SDCARD" "libraries/Portenta_System" "libraries/Portenta_Video" '
4646 - board :
47- fqbn : arduino-beta :mbed:envie_m7
47+ fqbn : arduino:mbed:envie_m7
4848 additional-sketch-paths : ' "libraries/doom" "libraries/KernelDebug" "libraries/Portenta_SDCARD" "libraries/Portenta_System" "libraries/Portenta_Video" "libraries/ThreadDebug" "libraries/USBHOST"'
4949
5050 steps :
@@ -71,10 +71,10 @@ jobs:
7171 fqbn : ${{ matrix.board.fqbn }}
7272 platforms : |
7373 # Use Board Manager to install the latest release of Arduino mbed Boards to get the toolchain
74- - name: "arduino-beta :mbed"
74+ - name: "arduino:mbed"
7575 # Overwrite the Board Manager installation with the local platform
7676 - source-path: "./"
77- name: "arduino-beta :mbed"
77+ name: "arduino:mbed"
7878 sketch-paths : " ${{ env.UNIVERSAL_SKETCH_PATHS }} ${{ matrix.additional-sketch-paths }}"
7979 verbose : ' false'
8080 enable-size-deltas-report : true
0 commit comments