We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd41dc commit 05db372Copy full SHA for 05db372
1 file changed
.github/workflows/coverage.yml
@@ -10,20 +10,14 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- build: [stable, macos, win-msvc, win-gnu]
+ build: [stable, macos]
14
include:
15
- build: stable
16
os: ubuntu-latest
17
rust: nightly
18
- build: macos
19
os: macos-latest
20
21
- - build: win-msvc
22
- os: windows-latest
23
- rust: nightly
24
- - build: win-gnu
25
- os: windows-2019
26
- rust: nightly-x86_64-gnu
27
steps:
28
- name: 'Checkout repository'
29
uses: actions/checkout@v2.3.4
0 commit comments