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

View File

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