Skip to content

Commit

Permalink
Update build CI for mac(Intel Chip)
Browse files Browse the repository at this point in the history
Update autobuild.yml
  • Loading branch information
maotoumao authored Jun 21, 2024
2 parents 62c1095 + dd89d1f commit 106d76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
path: ${{ github.workspace }}/MusicFree-win32-x64-legacy-portable.zip

build-macos-x64:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand All @@ -77,7 +77,7 @@ jobs:
node-version: 18
- run: node -p -e '`VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
- run: npm install
- run: npm run make -- --arch="x64"
- run: npm run make
- run: ls ./out/make
- name: Upload Setup
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 106d76d

Please sign in to comment.