diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0f7889b5..8e6b0fd67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,10 +170,15 @@ jobs: if: matrix.os == 'ubuntu-latest' run: sudo apt install tor + # TODO: See https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3744. + # We have to use an older version of Tor for running integration + # tests on macOS. - name: Install Tor [macOS, ${{ matrix.python-version }} ] if: ${{ contains(matrix.os, 'macos') }} run: | - brew install tor + brew extract --version 0.4.2.7 tor homebrew/cask + brew install tor@0.4.2.7 + brew link --overwrite tor@0.4.2.7 - name: Install Tor [Windows] if: matrix.os == 'windows-latest' diff --git a/newsfragments/3744.minor b/newsfragments/3744.minor deleted file mode 100644 index e69de29bb..000000000