Skip to content

Commit dc62cf9

Browse files
committed
Merge branch 'release/v4.14.0'
2 parents ceb3257 + 2ee55b0 commit dc62cf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [ubuntu-16.04, windows-latest, macos-latest]
10+
os: [ubuntu-18.04, windows-latest, macos-latest]
1111
python-version: [3.7]
1212
example:
1313
- "examples/arduino-blink"

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"type": "git",
2020
"url": "https://github.com/platformio/platform-teensy.git"
2121
},
22-
"version": "4.13.1",
22+
"version": "4.14.0",
2323
"frameworks": {
2424
"arduino": {
2525
"package": "framework-arduinoteensy",
@@ -48,7 +48,7 @@
4848
"type": "framework",
4949
"optional": true,
5050
"owner": "platformio",
51-
"version": "~1.154.0"
51+
"version": "~1.155.0"
5252
},
5353
"framework-mbed": {
5454
"type": "framework",

0 commit comments

Comments
 (0)