Skip to content

Commit e8b1c48

Browse files
committed
remove windows quickstart until batch script
1 parent 04f2bdd commit e8b1c48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,10 @@ jobs:
220220
timeout-minutes: 30
221221
strategy:
222222
matrix:
223-
os: [ ubuntu-20.04, macos-14, windows-2022 ]
223+
os: [ ubuntu-20.04, macos-14 ]
224224
include:
225225
- { os: ubuntu-20.04, platform: linux }
226226
- { os: macos-14, platform: macos }
227-
- { os: windows-2022, platform: windows }
228227
runs-on: ${{ matrix.os }}
229228
name: quickstarts/${{ matrix.platform }}
230229
steps:

0 commit comments

Comments
 (0)