From 8c68877c375f00ffda3024ee2f151adb19893508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Sat, 9 Nov 2024 00:02:52 -0500 Subject: [PATCH] Add the M2 mini This will likely fail though. --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69705b2782..6ff5444920 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,6 +73,13 @@ include: tagname: 'macOS' gnu_make: 'make' build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1' + - local: '.gitlab-ci-unix.yml' + inputs: + os: 'darwin' + platform: 'aarch64' + tagname: 'macOS-aarch64' + gnu_make: 'make' + build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1' smoketest-jsexec-linux: tags: [Linux] -- GitLab