ci: remove windows and macos from build matrix
This commit is contained in:
parent
09f3f39c87
commit
c593bf22dd
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
Reference in a new issue