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 773fd62ed3
commit 286b5ee713

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"