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 2e21eee commit 836fa1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ jobs:

- name: setup python
uses: actions/setup-python@v5
if: matrix.os == 'macos-14'
with:
python-version: 3.12

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

0 comments on commit 836fa1c

Please sign in to comment.