Skip to content

Commit 5c0c86c

Browse files
committed
ci: Use Ubuntu 22.04 runners
Ubuntu 20.04 is now unsupported. Link: actions/runner-images#11101
1 parent 3651f86 commit 5c0c86c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CICD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
ensure_cargo_fmt:
3838
name: Ensure 'cargo fmt' has been run
39-
runs-on: ubuntu-20.04
39+
runs-on: ubuntu-22.04
4040
steps:
4141
- uses: dtolnay/rust-toolchain@stable
4242
with:
@@ -56,7 +56,7 @@ jobs:
5656

5757
min_version:
5858
name: Minimum supported rust version
59-
runs-on: ubuntu-20.04
59+
runs-on: ubuntu-22.04
6060
needs: crate_metadata
6161
steps:
6262
- name: Checkout source code

0 commit comments

Comments
 (0)