Remove Windows from CI

This commit is contained in:
2022-07-13 16:04:20 +02:00
parent b3424030ca
commit 15fcf95fa1

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