From 609e55292010b951fb0b1f0452e3cf04dc2c2b02 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 12 May 2021 09:17:19 -0400 Subject: Fix CI for new Ubuntu release (#1018) --- .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 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 -- cgit v1.2.1