Skip to content

Commit a189413

Browse files
committed
minor fix
1 parent 9115b00 commit a189413

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/c-demos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ jobs:
117117

118118
strategy:
119119
matrix:
120-
machine: [rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-64]
121-
make_file: "Unix Makefiles"
120+
machine: [rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-64, pv-windows-arm64]
121+
make_file: ["Unix Makefiles"]
122122
include:
123123
- machine: rpi3-32
124124
platform: raspberry-pi

.github/workflows/python-perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
include:
115115
- machine: pv-windows-arm64
116116
init_performance_threshold_sec: 4.0
117-
proc_performance_threshold_sec: 0.7
117+
proc_performance_threshold_sec: 1.0
118118

119119
steps:
120120
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)