diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index abe440be..5ec3e71a 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -36,7 +36,7 @@ jobs: ensure_cargo_fmt: name: Ensure 'cargo fmt' has been run - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: dtolnay/rust-toolchain@stable with: @@ -56,7 +56,7 @@ jobs: min_version: name: Minimum supported rust version - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: crate_metadata steps: - name: Checkout source code