File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 strategy :
109109 matrix :
110110 fqbn :
111- - teensy:avr:teensy41
111+ - STMicroelectronics:stm32:GenH7
112112
113113 steps :
114114 - name : Checkout repository
@@ -121,7 +121,7 @@ jobs:
121121 with :
122122 fqbn : ${{ matrix.fqbn }}
123123 platforms : |
124- - name: STMicroelectronics:STM32 MCU based boards
124+ - name: STMicroelectronics:stm32
125125 - source-url: https://raw.githubusercontent.com/stm32duino/BoardManagerFiles/main/package_stmicroelectronics_index.json
126126 version: 2.6.0
127127 sketch-paths : |
@@ -164,7 +164,7 @@ jobs:
164164 with :
165165 fqbn : ${{ matrix.fqbn }}
166166 platforms : |
167- - name: teensy:Teensy (for Arduino IDE 2.0.4 or later)
167+ - name: teensy:avr
168168 source-url: https://www.pjrc.com/teensy/package_teensy_index.json
169169 version: 1.56.2
170170 sketch-paths : |
You can’t perform that action at this time.
0 commit comments