From f2dcf23509c760e43712cd2d65ecef50d077e497 Mon Sep 17 00:00:00 2001 From: Alex Kontos Date: Mon, 20 Nov 2023 23:25:05 +0000 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3f21771655b4..234f7aa862a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -590,9 +590,11 @@ jobs: name: macos-${{ matrix.arch }}-stage-1-${{ github.run_id }} path: obj-${{ matrix.arch }}/dist/ - name: "\U0001F3D7 Run PGO" + - uses: actions/setup-python@v4 + with: + python-version: '3.11' run: | - brew uninstall --ignore-dependencies python@3.12 - brew link --overwrite python@3.11 + python --version ls obj-${{ matrix.arch }}/dist/ ls obj-${{ matrix.arch }}/dist/waterfox sudo xattr -dr com.apple.quarantine ./obj-${{ matrix.arch }}/dist/waterfox/Waterfox.app