- Re-add support for targeting x86_64
- Change default target from
11
to11.0.0
- Update cctools from
986
->1010.6
- Update linker from
711
->951.9
- Update image from
jammy
->noble
- Update
apple-libtapi
from1100.0.11
->1300.6.5
- Update
cctools
from973.0.1
->986
- Update
linker
from609
->711
- Update to latest version of
osxcross
(29fe6dd35522073c9df5800f8cd1feb4b9a993a8
) - Update from gcc
13
->14.2
- Update macOS SDK from
13.0
->15.0
- Update darwin kernel version from
22
->24
- Remove support for targeting macOS x86_64
- The above updates were failing to build on x86_64
- With Apple deprecating x86_64 I felt it wasn't worth the hassle of updating
- Remove support for
zig-c++
- Seemed to have an issue with header search paths
- I doubt anyone uses this; clang + gcc are enough for C++ and zig-cc is enough for Rust
- Initial version