diff --git a/.github/workflows/test_package.yml b/.github/workflows/test_package.yml index af33fbd..094acd1 100644 --- a/.github/workflows/test_package.yml +++ b/.github/workflows/test_package.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + os: [windows-2022, ubuntu-latest, macos-latest] embedded-py: [3.11.5, 3.12.10, 3.13.5] name: "${{ matrix.os }}, ${{ matrix.embedded-py }}" env: diff --git a/.github/workflows/update_env.yml b/.github/workflows/update_env.yml index 50363b2..40d8027 100644 --- a/.github/workflows/update_env.yml +++ b/.github/workflows/update_env.yml @@ -24,7 +24,7 @@ jobs: python-version: "3.11" - name: Compile run: | - python -m pip install pip-tools==7.4.1 + python -m pip install pip-tools==7.5.2 python .github/workflows/update_env.py compile - uses: actions/upload-artifact@v4 with: