ci: use python 3.12 on windows-2019
This commit is contained in:
@@ -23,6 +23,7 @@ jobs:
|
||||
- runner: windows-2025
|
||||
- runner: windows-2022
|
||||
- runner: windows-2019
|
||||
python-version: "3.12"
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.runner }}
|
||||
permissions:
|
||||
@@ -35,7 +36,7 @@ jobs:
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: true
|
||||
- run: uv run --no-dev --group nuitka --frozen --python 3.13 python -m nuitka --mode=standalone --python-flag='-m' --assume-yes-for-downloads --deployment --lto=yes proxy_scraper_checker
|
||||
- run: uv run --no-dev --group nuitka --frozen --python ${{ matrix.python-version || '3.13' }} python -m nuitka --mode=standalone --python-flag='-m' --assume-yes-for-downloads --deployment --lto=yes proxy_scraper_checker
|
||||
- run: mv config.toml proxy_scraper_checker.dist/
|
||||
- if: ${{ github.event_name != 'pull_request' }}
|
||||
uses: actions/attest-build-provenance@v2
|
||||
|
||||
Reference in New Issue
Block a user