From 62400d29b3819994e6c777f77cd0ec7e3ecb5def Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Wed, 23 Nov 2022 09:36:53 -0500 Subject: [PATCH] Seems like Ubuntu 22.04 has issues with Tor at the moment --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0327014ca..ad055da2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: matrix: os: - windows-latest - - ubuntu-latest + - ubuntu-20.04 python-version: - 3.7 - 3.9