From f146169259d4c0b92bdd67079bcc32675a8eb39b Mon Sep 17 00:00:00 2001 From: Ben van Hartingsveldt Date: Tue, 16 Sep 2025 17:45:19 +0200 Subject: [PATCH] Switch to Homebrew --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 321ecd88a..17d20eaea 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -49,10 +49,10 @@ jobs: - uses: Homebrew/actions/setup-homebrew@master if: startsWith(runner.os, 'mac') # HACK part 2 - - uses: actions/setup-python@v6 + - name: Install Python2 if: startsWith(runner.os, 'mac') - with: - python-version: '2.6' + run: | + brew install python@2 - name: Download blockchain headers run: | mkdir -p ./static/daemon