Skip to content

Commit

Permalink
Merge branch 'release/v8.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed May 30, 2024
2 parents f7f47fa + b91cea2 commit 75a96e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
example:
- "examples/arduino-blink"
- "examples/arduino-external-libs"
Expand Down
8 changes: 4 additions & 4 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-atmelsam.git"
},
"version": "8.2.1",
"version": "8.3.0",
"frameworks": {
"arduino": {
"package": "framework-arduino-sam",
Expand Down Expand Up @@ -53,19 +53,19 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.8.13"
"version": "~1.8.14"
},
"framework-arduino-samd-adafruit": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.7.13"
"version": "~1.10716.0"
},
"framework-arduino-samd-seeed": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.8.4"
"version": "~1.8.5"
},
"framework-arduino-samd-moteino": {
"type": "framework",
Expand Down

0 comments on commit 75a96e9

Please sign in to comment.