From e55c19217f5a349566f3c10cd370bf813fa5ad2b Mon Sep 17 00:00:00 2001 From: zebra-lucky Date: Tue, 25 Nov 2025 19:07:29 +0200 Subject: [PATCH] build.yml: use python3.12 --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32380a4..0ce898e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,6 +38,9 @@ jobs: build_with_pyinstaller: needs: create_release runs-on: ubuntu-22.04 + strategy: + matrix: + python-version: ["3.12"] name: create PyInstaller build permissions: contents: write