Skip to content

Commit 1575f83

Browse files
committed
Merge branch 'release/v10.5.0'
2 parents 70be284 + f5835f1 commit 1575f83

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
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-ble-led"
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Python 3
3030
uses: actions/setup-python@v3
3131
with:
32-
python-version: "3.7"
32+
python-version: "3.9"
3333
- name: Install dependencies
3434
run: |
3535
pip install -U https://github.com/platformio/platformio/archive/develop.zip

platform.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-nordicnrf52.git"
2020
},
21-
"version": "10.4.0",
21+
"version": "10.5.0",
2222
"frameworks": {
2323
"arduino": {
2424
"package": "framework-arduinonordicnrf5",
@@ -54,7 +54,7 @@
5454
"type": "framework",
5555
"optional": true,
5656
"owner": "platformio",
57-
"version": "~1.10600.0"
57+
"version": "~1.10601.0"
5858
},
5959
"framework-arduinonordicnrf5": {
6060
"type": "framework",
@@ -66,7 +66,7 @@
6666
"type": "framework",
6767
"optional": true,
6868
"owner": "platformio",
69-
"version": "~4.1.1"
69+
"version": "~4.1.3"
7070
},
7171
"framework-cmsis": {
7272
"type": "framework",

0 commit comments

Comments
 (0)