ci: drop windows from matrix for now

This commit is contained in:
Bogdan Popa 2020-10-30 20:40:15 +02:00
parent a9c9583881
commit f4784d0da0
No known key found for this signature in database
GPG Key ID: 4227ABAD6F9D03D5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
matrix:
variant: ["CS", "regular"]
version: ["7.8", "current"]
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
os: ["macos-latest", "ubuntu-latest"]
steps:
- name: Checkout