We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b093b commit afd7813Copy full SHA for afd7813
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ${{ matrix.os }}
41
strategy:
42
matrix:
43
- os: [macOS-latest, windows-2019, ubuntu-latest]
+ os: [macOS-latest, windows-latest, ubuntu-latest]
44
name: cargo clippy
45
steps:
46
- uses: actions/checkout@v4
@@ -75,7 +75,7 @@ jobs:
75
needs: find-msrv
76
77
78
79
name: cargo test
80
81
0 commit comments