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 68d01f9 commit eafa7baCopy full SHA for eafa7ba
.github/workflows/test.yaml
@@ -23,7 +23,7 @@ jobs:
23
- beta
24
- nightly
25
- 1.61.0 # MSRV - keep in sync with what rustls considers MSRV
26
- os: [ubuntu-20.04]
+ os: [ubuntu-latest]
27
# but only stable on macos/windows (slower platforms)
28
include:
29
- os: macos-latest
@@ -128,7 +128,7 @@ jobs:
128
129
docs:
130
name: Check for documentation errors
131
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
132
steps:
133
- name: Checkout sources
134
uses: actions/checkout@v4
@@ -145,7 +145,7 @@ jobs:
145
146
minver:
147
name: Check minimum versions
148
149
150
151
0 commit comments