Skip to content

Commit

Permalink
Update CI for new ubuntu version (#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jun 21, 2024
1 parent d9f2c46 commit 41f3c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
matrix:
TEST:
# cryptographyMain used since there's no wheel
- {CONTAINER: "ubuntu-rolling", TOXENV: "py311-cryptographyMain"}
- {CONTAINER: "ubuntu-rolling", TOXENV: "py312-cryptographyMain"}
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 41f3c8e

Please sign in to comment.