Skip to content

Commit faddfdb

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

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
@@ -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:

0 commit comments

Comments
 (0)