# HG changeset patch # User Alex Gaynor <alex.gaynor@gmail.com> # Date 1668656239 18000 # Wed Nov 16 22:37:19 2022 -0500 # Node ID 9bc515c6e81d4ea3703c81f92bb897d03b84aee1 # Parent 456527d320811106cf911291c9d71eec92baf730 attempt to fix CI (#456) * attempt to fix CI * Update ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ 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: