Skip to content

Commit eafa7ba

Browse files
ctzcpu
authored andcommitted
Prefer ubuntu-latest to ubuntu-20.04
1 parent 68d01f9 commit eafa7ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- beta
2424
- nightly
2525
- 1.61.0 # MSRV - keep in sync with what rustls considers MSRV
26-
os: [ubuntu-20.04]
26+
os: [ubuntu-latest]
2727
# but only stable on macos/windows (slower platforms)
2828
include:
2929
- os: macos-latest
@@ -128,7 +128,7 @@ jobs:
128128

129129
docs:
130130
name: Check for documentation errors
131-
runs-on: ubuntu-20.04
131+
runs-on: ubuntu-latest
132132
steps:
133133
- name: Checkout sources
134134
uses: actions/checkout@v4
@@ -145,7 +145,7 @@ jobs:
145145

146146
minver:
147147
name: Check minimum versions
148-
runs-on: ubuntu-20.04
148+
runs-on: ubuntu-latest
149149
steps:
150150
- name: Checkout sources
151151
uses: actions/checkout@v4

0 commit comments

Comments
 (0)