Skip to content

Commit 10fd7a4

Browse files
committed
Add macOS legacy 10.15 to manual build workflow
1 parent 17dbb7d commit 10fd7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Package
5656
run: |
5757
node release-automation/build.js --mac --universal
58-
node release-automation/build.js --mac-legacy-10.13-10.14 --x64
58+
node release-automation/build.js --mac-legacy-10.13-10.14 --mac-legacy-10.15 --x64
5959
- name: Upload artifacts to GitHub Actions
6060
uses: actions/upload-artifact@v4
6161
with:

0 commit comments

Comments
 (0)