diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d9d5e7665..c13e92d899 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, openldap, 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