ci: remove windows and macos from build matrix

This commit is contained in:
Dmitriy Pleshevskiy 2021-02-24 00:21:07 +03:00
parent 09f3f39c87
commit c593bf22dd
1 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,9 @@ jobs:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
### Need to fix docker-compose
# - windows-latest
# - macos-latest
rust:
- stable
- beta