From f438085f5702d77007654bdf7b222d1ea0da9dcb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= <mdelapenya@gmail.com>
Date: Fri, 26 Jan 2024 16:54:22 +0100
Subject: [PATCH] chore: do not compile modules on macos workers on GH

---
 .github/workflows/ci.yml        | 2 +-
 modulegen/_template/ci.yml.tmpl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ef757c13f1..4e0e849b73 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
     strategy:
       matrix:
         go-version: [1.20.x, 1.x]
-        platform: [ubuntu-latest, macos-latest]
+        platform: [ubuntu-latest]
         module: [artemis, cassandra, clickhouse, compose, couchbase, elasticsearch, gcloud, inbucket, k3s, k6, kafka, localstack, mariadb, minio, mockserver, mongodb, mssql, mysql, nats, neo4j, postgres, pulsar, rabbitmq, redis, redpanda, vault]
         exclude:
           - go-version: 1.20.x
diff --git a/modulegen/_template/ci.yml.tmpl b/modulegen/_template/ci.yml.tmpl
index 9cbe9b0a6e..38162c4845 100644
--- a/modulegen/_template/ci.yml.tmpl
+++ b/modulegen/_template/ci.yml.tmpl
@@ -103,7 +103,7 @@ jobs:
     strategy:
       matrix:
         go-version: [1.20.x, 1.x]
-        platform: [ubuntu-latest, macos-latest]
+        platform: [ubuntu-latest]
         module: [{{ .Modules }}]
         exclude:
           - go-version: 1.20.x