From 4f6f2ee8c4a34dccbf7053439cfb500c39f5e772 Mon Sep 17 00:00:00 2001 From: zebra-lucky Date: Tue, 25 Nov 2025 19:32:56 +0200 Subject: [PATCH] build.yml: use python-version instead matrix --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ce898e..a0b14cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,13 +38,14 @@ 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 steps: + - name: Set up Python 3.12 + uses: actions/setup-python@v5 + with: + python-version: '3.12' - name: Set outputs for pkg_ver id: set_vars run: |