Skip to content

Commit e9ea516

Browse files
committed
test: bootstrap build on macOS
1 parent 0a66085 commit e9ea516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
strategy:
227227
fail-fast: false
228228
matrix:
229-
os: ["ubuntu-latest", "windows-latest"]
229+
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
230230

231231
steps:
232232
- uses: actions/checkout@v4
@@ -266,6 +266,7 @@ jobs:
266266
env:
267267
CMAKE_ARGS: "-DBUILD_CMAKE_FROM_SOURCE:BOOL=OFF"
268268
CMAKE_BUILD_PARALLEL_LEVEL: "4"
269+
MACOSX_DEPLOYMENT_TARGET: "10.10"
269270
run: |
270271
python -m pip install -v --no-binary='cmake,ninja' dist/*.tar.gz
271272
rm -rf dist

0 commit comments

Comments
 (0)