diff --git a/.github/workflows/compile-binary.yml b/.github/workflows/compile-binary.yml index ea09aeb..acc87ef 100644 --- a/.github/workflows/compile-binary.yml +++ b/.github/workflows/compile-binary.yml @@ -64,7 +64,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.12' + python-version: '3.10' - name: Install dependencies run: | python -m pip install --upgrade pip