Skip to content

Commit

Permalink
remove Windows support for now, see #38
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg committed Aug 22, 2022
1 parent 9d36477 commit aee0aee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
# "windows-latest" was removed; see https://github.com/ZcashFoundation/zcash_script/issues/38
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
with:
Expand Down

0 comments on commit aee0aee

Please sign in to comment.