Remove Windows from CI

This commit is contained in:
Lucien Cartier-Tilet 2022-07-13 16:04:20 +02:00
parent b3424030ca
commit 15fcf95fa1
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
# for some reason, Windows cannot connect to Melpa on
# Emacs 27, so no Windows
emacs-version:
- 27.1
- 27.2