summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2022-11-16 22:37:19 -0500
committerGitHub <noreply@github.com>2022-11-17 11:37:19 +0800
commit3e7fe06cde7179b4f651fa615dd9865b2fb0a868 (patch)
treeaf7fd2a9d0077e5d73def80d2f48497b40e8c58c
parentef701cd546a03ec8681df2eb4e3ea7390b621cfd (diff)
downloadpy-bcrypt-git-3e7fe06cde7179b4f651fa615dd9865b2fb0a868.tar.gz
attempt to fix CI (#456)
* attempt to fix CI * Update ci.yml
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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: