From 3e7fe06cde7179b4f651fa615dd9865b2fb0a868 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 16 Nov 2022 22:37:19 -0500 Subject: [PATCH] attempt to fix CI (#456) * attempt to fix CI * Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fe3acc..ee40aad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: TOXENV: ${{ matrix.PYTHON.TOXENV }} CARGO_TARGET_DIR: ${{ format('{0}/src/_bcrypt/target/', github.workspace) }} linux: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: PYTHON: