mirror of
https://github.com/Phundrak/appwrite.el.git
synced 2025-05-09 02:24:56 +00:00
Remove Windows from CI
This commit is contained in:
parent
b3424030ca
commit
15fcf95fa1
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user