Skip to content

Commit b6d124c

Browse files
committed
ci: use ubuntu-latest instead of ubuntu-20.04
1 parent cb05f46 commit b6d124c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- stable
2323
- beta
2424
- nightly
25-
os: [ubuntu-20.04]
25+
os: [ubuntu-latest]
2626
# but only stable on macos/windows (slower platforms)
2727
include:
2828
- os: macos-latest
@@ -93,7 +93,7 @@ jobs:
9393
run: cargo test --release --no-run
9494

9595
msrv:
96-
runs-on: ubuntu-20.04
96+
runs-on: ubuntu-latest
9797
steps:
9898
- name: Checkout sources
9999
uses: actions/checkout@v4
@@ -122,7 +122,7 @@ jobs:
122122

123123
docs:
124124
name: Check for documentation errors
125-
runs-on: ubuntu-20.04
125+
runs-on: ubuntu-latest
126126
steps:
127127
- name: Checkout sources
128128
uses: actions/checkout@v4

0 commit comments

Comments
 (0)