Commit 8774868
authored
macOS CI: Stop setting $APPLE_SDK_PATH (#795)
The build script supports locating this with `xcrun --show-sdk-path`. It
looks like we originally started overriding this in CI to force use of
the 10.15 SDK to work around issues with the 11.0 one (09ca2ac). We
should be able to support building with the newest SDK because we set
`-mmacosx-version-min` / `MACOSX_DEPLOYMENT_TARGET` to a low value, and
this keeps us robust to GitHub runner image changes. There are SDK
compatibility tests, too.1 parent e00d99a commit 8774868
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | 145 | | |
155 | 146 | | |
156 | 147 | | |
| |||
0 commit comments