From 697db13bbc9294f12413c9fddd5b85e0c129971f Mon Sep 17 00:00:00 2001 From: mikumifa <1055069518@qq.com> Date: Mon, 9 Sep 2024 01:22:54 +0800 Subject: [PATCH] feat: cicd --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36cf294..67ed567 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,9 +15,9 @@ jobs: - os: name: ubuntu-latest filename: Linux -# - os: -# name: macos-14 -# filename: MacOS_amd64 + - os: + name: macos-14 + filename: MacOS_amd64 - os: name: macos-12 filename: MacOS_x64 @@ -38,7 +38,7 @@ jobs: - name: Upgrade setuptools, wheel, and install requirements run: | - pip install --upgrade setuptools wheel pyinstaller && pip install -r requirements.txt + pip install --upgrade setuptools wheel pyinstaller~=5.13.2 && pip install -r requirements.txt - name: Build Pyinstaller