Commit e0b305c
authored
Update MACOSX_DEPLOYMENT_TARGET 10.13 -> 10.15 (#6511)
We are trying to bump the torchao pin in ExecuTorch, but CI jobs fail:
pytorch/executorch#9947.
In particular this job fails:
https://github.com/pytorch/executorch/actions/runs/14321828652/job/40140080161?pr=9947
The root cause is
"/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/../../torchao/experimental/ops/memory.h:22:34:
error: 'aligned_alloc' is only available on macOS 10.15 or newer
[-Werror,-Wunguarded-availability-new]"
This is because the test infra defines the "export
MACOSX_DEPLOYMENT_TARGET=10.13".1 parent 6176464 commit e0b305c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments