Skip to content

Commit

Permalink
[ci] fix: build universal binaries for macOS and pump target to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
jd28 committed Nov 8, 2024
1 parent 01dabcd commit 4d3d653
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"inherits": "default",
"displayName": "Default Config for macOS",
"cacheVariables": {
"CMAKE_OSX_DEPLOYMENT_TARGET": "10.15"
"CMAKE_OSX_DEPLOYMENT_TARGET": "13",
"CMAKE_OSX_ARCHITECTURES": "x86_64;arm64"
}
}
],
Expand Down

0 comments on commit 4d3d653

Please sign in to comment.