From e2fed90063e1cc4073844f6cbc7425eb06356ecb Mon Sep 17 00:00:00 2001 From: Jason von Nieda Date: Wed, 14 Dec 2022 10:04:55 -0600 Subject: [PATCH] - add notes about the macos runnner --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6153318..647a37e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -304,6 +304,9 @@ jobs: # Build Apple Silicon Mac native binary. # See https://cmake.org/cmake/help/v3.23/variable/CMAKE_APPLE_SILICON_PROCESSOR.html + # Currently runs on Jason's Mac using a Github self hosted runner because Github doesn't + # yet support runners for Apple Silicon on macOS. + # Requires that the runner machine have, at least, maven and ant installed. build_mac_aarch64: strategy: matrix: