Skip to content

Commit a843070

Browse files
committed
Disable windows in CI and deprecate
1 parent 7346971 commit a843070

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
runs-on: [ ubuntu-24.04, macos-14, windows-2019 ]
15+
runs-on: [ ubuntu-24.04, macos-14 ]
1616
python-arch: [ 'x64' ]
1717
include:
1818
- runs-on: macos-14
1919
python-arch: 'arm64'
20-
- runs-on: windows-2019
21-
python-arch: 'x86'
2220
exclude:
2321
- runs-on: macos-14
2422
python-arch: "x64"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,10 @@ that are conservatively turned off by default that you may want to turn on.
525525

526526
### Windows
527527

528+
***NOTE***: Windows support is *deprecated* and *unmaintained*. We will do our
529+
best to keep it working, but we no longer test it in CI and there is a high
530+
likelihood of breakages.
531+
528532
#### Quick start, installing all completers
529533

530534
- Install YCM plugin via [Vundle][]

0 commit comments

Comments
 (0)