Skip to content

Commit

Permalink
Merge branch 'release/v10.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed May 29, 2024
2 parents 70be284 + f5835f1 commit 1575f83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .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-ble-led"
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v3
with:
python-version: "3.7"
python-version: "3.9"
- name: Install dependencies
run: |
pip install -U https://github.com/platformio/platformio/archive/develop.zip
Expand Down
6 changes: 3 additions & 3 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-nordicnrf52.git"
},
"version": "10.4.0",
"version": "10.5.0",
"frameworks": {
"arduino": {
"package": "framework-arduinonordicnrf5",
Expand Down Expand Up @@ -54,7 +54,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.10600.0"
"version": "~1.10601.0"
},
"framework-arduinonordicnrf5": {
"type": "framework",
Expand All @@ -66,7 +66,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~4.1.1"
"version": "~4.1.3"
},
"framework-cmsis": {
"type": "framework",
Expand Down

0 comments on commit 1575f83

Please sign in to comment.