diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93a0bbe..b3d94f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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