Skip to content

Commit fd99b1a

Browse files
authored
fix CI for new ubuntu rolling (#1426)
1 parent e02c93c commit fd99b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
matrix:
7272
TEST:
7373
# cryptographyMain used since there's no wheel
74-
- {CONTAINER: "ubuntu-rolling", TOXENV: "py312-cryptographyMain"}
74+
- {CONTAINER: "ubuntu-rolling", TOXENV: "py313-cryptographyMain"}
7575
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
7676
steps:
7777
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)