Skip to content

Commit 07c3f11

Browse files
committed
Set macOS deployment target for release builds
1 parent 5f58f3e commit 07c3f11

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/buildcommit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ jobs:
102102

103103
build-macos:
104104
runs-on: ${{ matrix.os }}
105+
env:
106+
MACOSX_DEPLOYMENT_TARGET: "14.0"
105107
strategy:
106108
fail-fast: false
107109
matrix:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
- macOS release libraries are built with `MACOSX_DEPLOYMENT_TARGET=14.0` so they are not tagged with the runner's current macOS version.
12+
1013
## [1.2.3] - 2026-06-06
1114

1215
### Added

0 commit comments

Comments
 (0)