Skip to content

Commit 37a5a93

Browse files
committed
Add max-parallel settings and raise platform version
1 parent ff0af23 commit 37a5a93

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/arduino-esp-v2-build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
strategy:
5454
fail-fast: false
55-
#max-parallel: 1
55+
max-parallel: 20
5656
matrix:
5757
platform-url:
5858
- https://espressif.github.io/arduino-esp32/package_esp32_index.json

.github/workflows/arduino-esp-v3-build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
strategy:
5454
fail-fast: false
55-
#max-parallel: 1
55+
max-parallel: 20
5656
matrix:
5757
platform-url:
5858
- https://espressif.github.io/arduino-esp32/package_esp32_index.json

.github/workflows/arduino-m5-build-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
strategy:
6262
fail-fast: false
63-
# max-parallel: 1
63+
max-parallel: 20
6464
matrix:
6565
platform-url:
6666
- https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
@@ -99,7 +99,7 @@ jobs:
9999
# - m5stack_unit_cams3
100100

101101
platform-version:
102-
- 2.1.2
102+
- 3.2.1
103103

104104
platform:
105105
- m5stack

.github/workflows/platformio-build-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
- 'examples/UnitUnified/**.hpp'
1818
- 'examples/UnitUnified/**.h'
1919
- 'examples/UnitUnified/**.c'
20-
- '/platformio-build-check.yml'
20+
- '**/platformio-build-check.yml'
2121
- '**platformio.ini'
2222
pull_request:
2323
paths:
@@ -50,7 +50,7 @@ jobs:
5050

5151
strategy:
5252
fail-fast: false
53-
#max-parallel: 1
53+
#max-parallel: 20
5454

5555
matrix:
5656
example:

0 commit comments

Comments
 (0)