@NaleRaphael sorry about the delay in response. I haven’t had a chance to explore using the zig build system for a while.
But your solution worked, with zig 0.15.1! Though, I did turn off the build libunwind option since I did not need it for now. I also had to make a few small changes to the build_utils.zig file for macOS because I was getting this error
error: undefined symbol: ___cxa_thread_atexit_impl
when building lib c++abi.
I tested it on macOS Sequoia 15.7 and the working version is available here Removing workflows from repo · gsgall/boiler-plate-project@bb21812 · GitHub if it might be useful for anyone else.
If I get the time, I will eventually update it to work with the most recent version of zig as well and post and update here when I do.