Skip to content

Commit 3532226

Browse files
authored
Update examples.yml
1 parent 88a9675 commit 3532226

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/examples.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-24.04, windows-2022, macos-15]
15+
os: [ubuntu-24.04, windows-latest, macos-15]
1616
example:
1717
- "examples/arduino-blink"
1818
- "examples/arduino-rmt-blink"
@@ -22,7 +22,7 @@ jobs:
2222
- "examples/arduino-zigbee-switch"
2323
- "examples/tasmota"
2424
- "examples/espidf-arduino-h2zero-BLE_scan"
25-
#- "examples/espidf-arduino-matter-light"
25+
- "examples/espidf-arduino-matter-light"
2626
- "examples/arduino-matter-light"
2727
- "examples/espidf-arduino-blink"
2828
- "examples/espidf-arduino-littlefs"
@@ -48,13 +48,14 @@ jobs:
4848
python-version: "3.13"
4949
- name: Install dependencies
5050
run: |
51-
python -m pip install --upgrade pip
5251
pip install wheel
5352
pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
5453
pio pkg install --global --platform file://.
5554
- name: git clone Tasmota and add to examples
55+
if: "matrix.example == 'examples/tasmota'"
5656
run: |
5757
git clone -b development --depth 1 https://github.com/arendst/Tasmota.git examples/tasmota
5858
cp examples/tasmota_platformio_override.ini examples/tasmota/platformio_override.ini
5959
- name: Build examples
60+
if: "matrix.example != 'examples/espidf-arduino-matter-light' || matrix.os != 'windows-latest'"
6061
run: pio run -d ${{ matrix.example }}

0 commit comments

Comments
 (0)