From a347b93f2ecbdd9251ee734e1b8f214e42c6344a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Sun, 17 Mar 2024 05:46:11 -0400
Subject: [PATCH] Darwin is not a cross-platform build (though the M1 build
 would be)

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 403706c8c8..0d58925869 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,7 +63,6 @@ include:
       os: 'darwin'
       platform: 'x86'
       tagname: 'macOS'
-      cross_platform: 'yes'
 
 smoketest-jsexec-linux:
   tags: [Linux]
-- 
GitLab