Skip to content

Commit 713b7a6

Browse files
authored
Update parallel_build.yaml
1 parent 5cd8994 commit 713b7a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/parallel_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: IDF v5.4 parallel build
1+
name: IDF v5.5 parallel build
22

33
on:
44
workflow_dispatch: # Manually start a workflow
@@ -9,7 +9,7 @@ jobs:
99
runs-on: macos-14
1010
strategy:
1111
matrix:
12-
target: [esp32, esp32s2, esp32s3, esp32c2, esp32c3, esp32c6, esp32h2, esp32p4]
12+
target: [esp32, esp32s2, esp32s3, esp32c2, esp32c3, esp32c5, esp32c6, esp32h2, esp32p4]
1313
fail-fast: true
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)