diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fdb675..7adb1b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Build uses: Nuitka/Nuitka-Action@main with: - nuitka-version: main + nuitka-version: hotfix/2.4.11 script-name: main.py standalone: true onefile: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cb5bf7..3695318 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Build uses: Nuitka/Nuitka-Action@main with: - nuitka-version: main + nuitka-version: hotfix/2.4.11 script-name: main.py standalone: true onefile: true