Skip to content

Commit 1348172

Browse files
committed
fix: Update macOS deployment target to 15.0 in GitHub Actions workflow
1 parent 175b507 commit 1348172

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macos-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
-scheme Launchpad_Back \
2424
-configuration Release \
2525
-destination "platform=macOS" \
26-
MACOSX_DEPLOYMENT_TARGET=13.0 \
26+
MACOSX_DEPLOYMENT_TARGET=15.0 \
2727
CODE_SIGNING_ALLOWED=NO build
2828
2929
- name: Zip App

0 commit comments

Comments
 (0)