From fabe50abe74aa8f139b02b98d53612385f806a8f Mon Sep 17 00:00:00 2001 From: realbigsean Date: Wed, 20 Jul 2022 18:18:26 +0000 Subject: [PATCH] debug tests rust version (#3354) ## Issue Addressed Which issue # does this PR address? ## Proposed Changes Please list or describe the changes introduced by this PR. ## Additional Info Please provide any additional information. For example, future considerations or information useful for reviewers. Co-authored-by: realbigsean --- .github/workflows/test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 6458af6e79..f26eadc398 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -104,7 +104,7 @@ jobs: run: make test-op-pool debug-tests-ubuntu: name: debug-tests-ubuntu - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: cargo-fmt steps: - uses: actions/checkout@v1