Try with resource_class: medium+, which has more RAM

This commit is contained in:
Micah Lee 2022-06-04 21:42:24 -07:00
parent 19d2f8d3b9
commit dedec13d2d
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -89,6 +89,7 @@ jobs:
build-tor-windows:
docker:
- image: cimg/python:3.9
resource_class: medium+
environment:
# NOTE: change when upgrading openssl
OPENSSL_VERSION: "3.0.3"