diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 32aed3827b..7b19a44ffb 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -19,7 +19,7 @@ jobs: echo Killing XProtect.; sudo pkill -9 XProtect >/dev/null || true; - name: Downgrade Python version - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 id: cp39 with: python-version: '3.9'