diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ed6809c..49687ef6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,7 +105,7 @@ jobs: - name: Set up Python for ${{matrix.target}} uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.11' - name: Set up Node uses: actions/setup-node@v3 with: