Skip to content

Commit 3ffd24f

Browse files
authored
remove CI Windows ULP examples
1 parent 5b566bb commit 3ffd24f

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/examples.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI Examples
1+
name: CI Examples Arduino IDF 5.3.x based
22

33
on:
44
workflow_dispatch: # Manually start a workflow
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-24.04, windows-latest, macos-15]
15+
os: [ubuntu-latest, windows-latest, macos-15]
1616
example:
1717
- "examples/arduino-blink"
1818
- "examples/arduino-rmt-blink"
@@ -37,6 +37,15 @@ jobs:
3737
- "examples/espidf-ulp"
3838
- "examples/espidf-ulp-riscv"
3939
- "examples/espidf-ulp-lp"
40+
exclude:
41+
- os: windows-latest
42+
example: "examples/espidf-ulp"
43+
- os: windows-latest
44+
example: "examples/espidf-ulp-lp"
45+
- os: windows-latest
46+
example: "examples/espidf-ulp-riscv"
47+
- os: windows-latest
48+
example: "examples/espidf-arduino-matter-light"
4049
runs-on: ${{ matrix.os }}
4150
steps:
4251
- uses: actions/checkout@v4
@@ -60,5 +69,4 @@ jobs:
6069
env:
6170
PYTHONIOENCODING: utf-8
6271
PYTHONUTF8: '1'
63-
if: "matrix.example != 'examples/espidf-arduino-matter-light' || matrix.os != 'windows-latest'"
6472
run: pio run -d ${{ matrix.example }}

0 commit comments

Comments
 (0)