Skip to content

Commit f425822

Browse files
Update compile-sketch.yml
1 parent a5db3e9 commit f425822

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)