Commit 4c7b02b
committed
Fall back to older macos test runners
Yikes. manifold 2 uses thrust, which uses cuda headers (even when not building
with cuda support) and the cuda headers have their own copies of libc++ headers
- which conflict big time when trying to build with newer xcode.
See if the older github runner has a toolchain we can use - if 14 doens't work
we can try falling back to 13, but if neither of them can do it we'll just have
to disable osx for this release - updating manifold v2 to be compatible is much
too large a lift, and bumping to v3 (alread done in main) is NOT patch release
material - the 2->3 shift was significant behaviorially.1 parent 1ddd1e3 commit 4c7b02b
4 files changed
Lines changed: 2 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | | - | |
35 | | - | |
36 | 32 | | |
37 | 33 | | |
38 | 34 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments