We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af4b4e commit 11f2d9bCopy full SHA for 11f2d9b
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [windows-latest]
19
rust: [stable]
20
21
steps:
0 commit comments