Skip to content

Commit

Permalink
ci(github): update build-win to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Jul 26, 2024
1 parent 3b410d9 commit ece6562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
ASSET: ${{ github.event.repository.name }}_${{ github.ref_name }}_windows_amd64.zip
BINARY: ${{ github.event.repository.name }}.exe
NUITKA_CACHE_DIR: /cache/nuitka
PYTHON_VERSION: "3.11"
PYTHON_VERSION: "3.12"
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ece6562

Please sign in to comment.