Skip to content

Commit ffc4439

Browse files
committed
ci: use ubuntu-latest, not ubuntu-20.04
1 parent bcc7142 commit ffc4439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
runs-on: [ubuntu-20.04]
45+
runs-on: [ubuntu-latest]
4646
toolchain:
4747
- stable
4848
- nightly
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix:
66-
runs-on: [ubuntu-20.04]
66+
runs-on: [ubuntu-latest]
6767
toolchain:
6868
- nightly
6969
runs-on: ${{ matrix.runs-on }}

0 commit comments

Comments
 (0)