Skip to content

Commit bdd6a2b

Browse files
committed
Change macOS target to 10.9 to pass notarization requirements
1 parent 5c572cc commit bdd6a2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
macos-deployment-target: 11.0
6262
sdk-version: MacOSX11.0.sdk
6363
- profile: x86_64
64-
macos-deployment-target: 10.8
64+
macos-deployment-target: 10.9
6565
sdk-version: MacOSX10.9.sdk
6666

6767
steps:

.github/workflows/cross-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
include:
142142
- target: osx_64
143143
profile: 'x86_64'
144-
macos-deployment-target: 10.8
144+
macos-deployment-target: 10.9
145145
sdk-version: MacOSX10.9.sdk
146146

147147
- target: osx_arm64

0 commit comments

Comments
 (0)