From: Vladislav Shchapov Date: Fri, 1 Mar 2024 08:42:14 +0000 (+0500) Subject: Add native ARM64 build on macOS X-Git-Tag: 2.2.0~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b6397e193c25e2bb7a9c6eff850c6288e3d46dd;p=thirdparty%2Fzlib-ng.git Add native ARM64 build on macOS Signed-off-by: Vladislav Shchapov --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f8769c70..515d4cc8 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -561,6 +561,12 @@ jobs: gcov-exec: gcov-10 codecov: macos_gcc + - name: macOS Clang Native Instructions (ARM64) + os: macos-14 + compiler: clang + cxx-compiler: clang++ + cmake-args: -DWITH_NATIVE_INSTRUCTIONS=ON + steps: - name: Checkout repository uses: actions/checkout@v4