diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c91dde31b..04b115e84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.10 # Should be 3.13 + python-version: "3.10" # Should be 3.13 allow-prereleases: true - run: pip install --upgrade pip - run: sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer