Skip to content

Commit

Permalink
Merge branch 'platformio:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt authored Jul 29, 2024
2 parents 839aee6 + 4415ce4 commit e4386b3
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,7 +53,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.8.13"
"version": "~1.8.14"
},
"framework-arduino-samd-5gnbiot": {
"type": "framework",
Expand All @@ -64,13 +64,13 @@
"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 e4386b3

Please sign in to comment.