Skip to content

Commit

Permalink
Merge branch 'release/v5.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Oct 31, 2021
2 parents a0c8666 + 38b8817 commit 248d1f9
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-16.04, windows-latest, macos-latest]
os: [ubuntu-18.04, windows-latest, macos-latest]
python-version: [3.7]
example:
- "examples/freedom-e-sdk_freertos-blinky"
Expand Down
8 changes: 4 additions & 4 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-sifive.git"
},
"version": "4.1.0",
"version": "5.0.0",
"frameworks": {
"freedom-e-sdk": {
"package": "framework-freedom-e-sdk",
Expand Down Expand Up @@ -52,7 +52,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.20600.0"
"version": "~2.20700.0"
},
"tool-openocd-riscv": {
"optional": true,
Expand All @@ -76,12 +76,12 @@
"type": "debugger",
"optional": true,
"owner": "platformio",
"version": "~1.10900.0"
"version": "^1"
},
"tool-cmake": {
"optional": true,
"owner": "platformio",
"version": "~3.16.0"
"version": "~3.21.0"
},
"tool-dtc": {
"optional": true,
Expand Down

0 comments on commit 248d1f9

Please sign in to comment.