kiwix / kiwix-build

Kiwix & openZIM build engine
GNU General Public License v3.0
86 stars 42 forks source link

Build on macos-13 AND macos-14 #678

Closed mgautierfr closed 2 months ago

mgautierfr commented 6 months ago

As macos-14 is arm64, we do not publish for macos-arm64 using cross-compilation but directly use native_*

kelson42 commented 6 months ago

@mgautierfr I think what you do is not a good idea. I have not requested to change the version of macos to use to compile stuff. Macos13 compiled binaries are perfectly usable on macos14 AFAIK. We don't need two different versions of the binaries either for two diffiremt versions of macos. What we need is just properly labeled dependencies files so we take the right ones based on their respective target architecture.

kelson42 commented 3 months ago

@mgautierfr What is the status of this PR?

mgautierfr commented 2 months ago

Done with #679 #685 #689