Skip to content

Commit f3bb619

Browse files
committed
Renove windows
1 parent dcdf2bf commit f3bb619

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ jobs:
2626
needs: cpplint
2727
strategy:
2828
matrix:
29-
os: [ubuntu-22.04, windows-2019]
29+
# os: [ubuntu-22.04, windows-2019]
30+
os: [ubuntu-22.04]
3031
include:
3132
- os: ubuntu-22.04
3233
install: "true"
33-
- os: windows-2019
34-
install: "false"
34+
# - os: windows-2019
35+
# install: "false"
3536
steps:
3637
- uses: actions/checkout@v4
3738
with:

0 commit comments

Comments
 (0)