summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2021-05-12 09:17:19 -0400
committerGitHub <noreply@github.com>2021-05-12 08:17:19 -0500
commit609e55292010b951fb0b1f0452e3cf04dc2c2b02 (patch)
tree8d80b4a9392e0e7a6a6d84f09ee391b92e60fb24 /.github
parentd531c6a6d9affe63a91a38cfe6d8b8535de28cbd (diff)
downloadpyopenssl-609e55292010b951fb0b1f0452e3cf04dc2c2b02.tar.gz
Fix CI for new Ubuntu release (#1018)
Diffstat (limited to '.github')
-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 8f7db96..62cd2b0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
- {CONTAINER: "stretch", TOXENV: "py27"}
- {CONTAINER: "ubuntu-bionic", TOXENV: "py36"}
# cryptographyMaster used since there's no wheel
- - {CONTAINER: "ubuntu-rolling", TOXENV: "py38-cryptographyMaster"}
+ - {CONTAINER: "ubuntu-rolling", TOXENV: "py39-cryptographyMaster"}
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
steps:
- uses: actions/checkout@v2