Skip to content

Commit

Permalink
fix: Remove windows and macos from ci until open source
Browse files Browse the repository at this point in the history
  • Loading branch information
suspistew committed Mar 15, 2021
1 parent b687ecd commit e4dcb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [ubuntu-latest]
toolchain: [stable, beta]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e4dcb4c

Please # to comment.