File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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][]
You can’t perform that action at this time.
0 commit comments