From de7c4e6df13a4733c4a42c2733d81ebeb9b13bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Sat, 9 Nov 2024 01:10:05 -0500 Subject: [PATCH] They need to be different OSs! That's the key! --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a6f1f7e12..02b65b7c56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,16 +68,16 @@ include: has_curses: 'no' - local: '.gitlab-ci-unix.yml' inputs: - os: 'darwin' + os: 'darwin-x86' platform: 'x86' - tagname: 'x86macOS' + tagname: 'macOS-x86' gnu_make: 'make' build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1' - local: '.gitlab-ci-unix.yml' inputs: - os: 'darwin' + os: 'darwin-aarch64' platform: 'aarch64' - tagname: 'aarch64macOS' + tagname: 'macOS-aarch64' gnu_make: 'make' build_flags: 'RELEASE=1' -- GitLab