Skip to content

Commit eb656a8

Browse files
authored
Fix Teensy CI (#1688)
1 parent 59ef0f6 commit eb656a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
arduino-cli core install arduino:sam -v
4141
arduino-cli core install arduino:mbed -v
4242
arduino-cli core install esp32:esp32 -v
43-
arduino-cli core install teensy:avr@1.58.0 -v
43+
arduino-cli core install teensy:avr@1.59.0 -v
4444
arduino-cli core install Seeeduino:samd -v
4545
#
4646
# PATCHING TEENSY AND SAM
47-
cat checkout/extras/patching_boards/platform_teensy.txt > /github/home/.arduino15/packages/teensy/hardware/avr/1.58.0/platform.txt
47+
cat checkout/extras/patching_boards/platform_teensy.txt > /github/home/.arduino15/packages/teensy/hardware/avr/1.59.0/platform.txt
4848
# remove when https://github.com/arduino/ArduinoCore-sam/pull/115 merged
4949
cat checkout/extras/patching_boards/platform_arduinocore_sam.txt > /github/home/.arduino15/packages/arduino/hardware/sam/1.6.12/platform.txt
5050
#

0 commit comments

Comments
 (0)