Skip to content

Commit cc8a93b

Browse files
committed
platformio ci
1 parent 2b29542 commit cc8a93b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/platformio.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest, macos-latest, windows-latest]
13+
os: [ubuntu-latest]
14+
### os: [ubuntu-latest, macos-latest, windows-latest]
1415
### example: [examples/00.HelloWorld/00.HelloWorld.ino, examples/02.QuadcopterAdvanced/02.QuadcopterAdvanced.ino]
1516

1617
steps:

0 commit comments

Comments
 (0)