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:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
- macos-latest
|
||||
### Need to fix docker-compose
|
||||
# - windows-latest
|
||||
# - macos-latest
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
|
|
Reference in a new issue