We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf020b commit e2fed90Copy full SHA for e2fed90
.github/workflows/build.yml
@@ -304,6 +304,9 @@ jobs:
304
305
# Build Apple Silicon Mac native binary.
306
# See https://cmake.org/cmake/help/v3.23/variable/CMAKE_APPLE_SILICON_PROCESSOR.html
307
+ # Currently runs on Jason's Mac using a Github self hosted runner because Github doesn't
308
+ # yet support runners for Apple Silicon on macOS.
309
+ # Requires that the runner machine have, at least, maven and ant installed.
310
build_mac_aarch64:
311
strategy:
312
matrix:
0 commit comments