From a8a19346a9098c00ba6e91780be8e72376e3cb6a Mon Sep 17 00:00:00 2001 From: Oleh Kulykov Date: Fri, 14 Jun 2024 12:16:04 +0200 Subject: [PATCH] 1718360164 --- .github/workflows/cmake-multi-platform.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 8fdb533e..57161783 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -28,6 +28,10 @@ jobs: - os: macos-latest c_compiler: clang cpp_compiler: clang++ + - os: macos-latest + c_compiler: clang + cpp_compiler: clang++ + arch: aarch64 - os: windows-latest c_compiler: cl cpp_compiler: cl