From 6175ad6172056138300d4a22fb11fb74563a7613 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Sat, 9 Nov 2024 00:50:08 -0500
Subject: [PATCH] Apparently tags are a substring match?

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a44e2dc00..7c9be80742 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,7 +70,7 @@ include:
     inputs:
       os: 'darwin'
       platform: 'x86'
-      tagname: 'macOS'
+      tagname: 'macOS-x86'
       gnu_make: 'make'
       build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1'
   - local: '.gitlab-ci-unix.yml'
-- 
GitLab