Skip to content

Commit 75a96e9

Browse files
committed
Merge branch 'release/v8.3.0'
2 parents f7f47fa + b91cea2 commit 75a96e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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-latest, windows-latest, macos-latest]
10+
os: [ubuntu-latest, windows-latest, macos-13]
1111
example:
1212
- "examples/arduino-blink"
1313
- "examples/arduino-external-libs"

platform.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"type": "git",
2121
"url": "https://github.com/platformio/platform-atmelsam.git"
2222
},
23-
"version": "8.2.1",
23+
"version": "8.3.0",
2424
"frameworks": {
2525
"arduino": {
2626
"package": "framework-arduino-sam",
@@ -53,19 +53,19 @@
5353
"type": "framework",
5454
"optional": true,
5555
"owner": "platformio",
56-
"version": "~1.8.13"
56+
"version": "~1.8.14"
5757
},
5858
"framework-arduino-samd-adafruit": {
5959
"type": "framework",
6060
"optional": true,
6161
"owner": "platformio",
62-
"version": "~1.7.13"
62+
"version": "~1.10716.0"
6363
},
6464
"framework-arduino-samd-seeed": {
6565
"type": "framework",
6666
"optional": true,
6767
"owner": "platformio",
68-
"version": "~1.8.4"
68+
"version": "~1.8.5"
6969
},
7070
"framework-arduino-samd-moteino": {
7171
"type": "framework",

0 commit comments

Comments
 (0)