Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xianfei committed Jul 3, 2024
1 parent 67aad23 commit 621d6c4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,17 @@ jobs:
env:
GH_TOKEN: ${{ secrets.SECRET_TOKEN }}

- name: Setup Python 3.11 (macOS)
uses: actions/setup-python@v4
- name: setup python
uses: actions/setup-python@v5
if: matrix.os == 'macos-13'
with:
python-version: '3.11'
python-version: 3.12

- name: setup appdmg
if: matrix.os == 'macos-13'
run: |
python3 -m pip install setuptools
npm install -g appdmg@0.6.6
- name: build mac app
if: matrix.os == 'macos-13'
Expand Down

0 comments on commit 621d6c4

Please sign in to comment.