File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
strategy :
8
8
fail-fast : false
9
9
matrix :
10
- os : [ubuntu-latest, windows-latest, macos-latest ]
10
+ os : [ubuntu-latest, windows-latest, macos-13 ]
11
11
example :
12
12
- " examples/arduino-blink"
13
13
- " examples/arduino-ble-led"
29
29
- name : Set up Python 3
30
30
uses : actions/setup-python@v3
31
31
with :
32
- python-version : " 3.7 "
32
+ python-version : " 3.9 "
33
33
- name : Install dependencies
34
34
run : |
35
35
pip install -U https://github.com/platformio/platformio/archive/develop.zip
Original file line number Diff line number Diff line change 18
18
"type" : " git" ,
19
19
"url" : " https://github.com/platformio/platform-nordicnrf52.git"
20
20
},
21
- "version" : " 10.4 .0" ,
21
+ "version" : " 10.5 .0" ,
22
22
"frameworks" : {
23
23
"arduino" : {
24
24
"package" : " framework-arduinonordicnrf5" ,
54
54
"type" : " framework" ,
55
55
"optional" : true ,
56
56
"owner" : " platformio" ,
57
- "version" : " ~1.10600 .0"
57
+ "version" : " ~1.10601 .0"
58
58
},
59
59
"framework-arduinonordicnrf5" : {
60
60
"type" : " framework" ,
66
66
"type" : " framework" ,
67
67
"optional" : true ,
68
68
"owner" : " platformio" ,
69
- "version" : " ~4.1.1 "
69
+ "version" : " ~4.1.3 "
70
70
},
71
71
"framework-cmsis" : {
72
72
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments