diff --git a/.github/workflows/nuitka-compile.yml b/.github/workflows/nuitka-compile.yml index dec08b0..5973839 100644 --- a/.github/workflows/nuitka-compile.yml +++ b/.github/workflows/nuitka-compile.yml @@ -22,7 +22,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - architecture: ${{ matrix.arch }} + architecture: x64 cache: 'pip' cache-dependency-path: | **/requirements*.txt