Skip to content

Commit

Permalink
feat: cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumifa committed Sep 8, 2024
1 parent 9f64c72 commit 697db13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 697db13

Please sign in to comment.