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 cb05f46 commit b6d124cCopy full SHA for b6d124c
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
- stable
23
- beta
24
- nightly
25
- os: [ubuntu-20.04]
+ os: [ubuntu-latest]
26
# but only stable on macos/windows (slower platforms)
27
include:
28
- os: macos-latest
@@ -93,7 +93,7 @@ jobs:
93
run: cargo test --release --no-run
94
95
msrv:
96
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
97
steps:
98
- name: Checkout sources
99
uses: actions/checkout@v4
@@ -122,7 +122,7 @@ jobs:
122
123
docs:
124
name: Check for documentation errors
125
126
127
128
0 commit comments