Skip to content

Commit 106d76d

Browse files
authored
Update build CI for mac(Intel Chip)
Update autobuild.yml
2 parents 62c1095 + dd89d1f commit 106d76d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autobuild.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
path: ${{ github.workspace }}/MusicFree-win32-x64-legacy-portable.zip
6767

6868
build-macos-x64:
69-
runs-on: macos-latest
69+
runs-on: macos-13
7070
steps:
7171
- uses: actions/checkout@v4
7272
- uses: actions/setup-python@v4
@@ -77,7 +77,7 @@ jobs:
7777
node-version: 18
7878
- run: node -p -e '`VERSION=${require("./package.json").version}`' >> $GITHUB_ENV
7979
- run: npm install
80-
- run: npm run make -- --arch="x64"
80+
- run: npm run make
8181
- run: ls ./out/make
8282
- name: Upload Setup
8383
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)