Skip to content

Commit 9256cb2

Browse files
authored
PYTHON-3649 Use RHEL8 for PyOpenSSL Builds (#1187)
1 parent 1010ea6 commit 9256cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2697,14 +2697,14 @@ buildvariants:
26972697

26982698
- matrix_name: "tests-pyopenssl"
26992699
matrix_spec:
2700-
platform: ubuntu-20.04
2700+
platform: rhel84
27012701
python-version: "*"
27022702
auth: "*"
27032703
ssl: "ssl"
27042704
pyopenssl: "*"
27052705
# Only test "noauth" with Python 3.7.
27062706
exclude_spec:
2707-
platform: ubuntu-20.04
2707+
platform: rhel84
27082708
python-version: ["3.8", "3.9", "3.10", "pypy3.7", "pypy3.8"]
27092709
auth: "noauth"
27102710
ssl: "ssl"

0 commit comments

Comments
 (0)