Skip to content

Commit

Permalink
chore: do not compile modules on macos workers on GH (#2164)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jan 26, 2024
1 parent 8438da6 commit ef13101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modulegen/_template/ci.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef13101

Please sign in to comment.