diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 449ce1fe..1776fddf 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.12 + python-version: 3.11 - name: Set up build cache uses: actions/cache/restore@v4