Skip to content

Commit 4e26307

Browse files
committed
Add macOS 11 legacy to the build workflows
1 parent 8aed895 commit 4e26307

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- name: Package
6060
run: |
6161
node release-automation/build.mjs --mac --universal
62+
node release-automation/build.mjs --mac-legacy-11 --universal
6263
node release-automation/build.mjs --mac-legacy-10.13-10.14 --mac-legacy-10.15 --x64
6364
- name: Print file tree
6465
run: node scripts/print-file-tree.mjs dist

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
# @electron/notaraize documentation says key should be an absolute path
7878
export APPLE_API_KEY="$(pwd)/$APPLE_API_KEY_NAME"
7979
node release-automation/build.mjs --mac --universal --production
80+
node release-automation/build.mjs --mac-legacy-11 --universal --production
8081
# These macOS versions never ran on an Apple Silicon device, so only need x64
8182
node release-automation/build.mjs --mac-legacy-10.13-10.14 --mac-legacy-10.15 --x64 --production
8283
# for safety

0 commit comments

Comments
 (0)