Browse Source

build.yml: use python3.12

add_frost_channel_encryption
zebra-lucky 2 weeks ago
parent
commit
e55c19217f
  1. 3
      .github/workflows/build.yml

3
.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

Loading…
Cancel
Save