We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c54469 commit 5c67045Copy full SHA for 5c67045
.github/workflows/ci.yaml
@@ -21,15 +21,9 @@ jobs:
21
matrix:
22
target:
23
- x86_64-unknown-linux-gnu
24
- - x86_64-apple-darwin
25
- - x86_64-pc-windows-msvc
26
include:
27
- target: x86_64-unknown-linux-gnu
28
os: ubuntu-latest
29
- - target: x86_64-apple-darwin
30
- os: macos-latest
31
- - target: x86_64-pc-windows-msvc
32
- os: windows-latest
33
34
runs-on: ${{matrix.os}}
35
.github/workflows/msrv.yaml
@@ -21,12 +21,9 @@ jobs:
0 commit comments