Skip to content

Commit 071c6e8

Browse files
authored
Disable macOS builds (#309) * Disable macOS builds * fix 1 * fix 2
1 parent 359d22d commit 071c6e8

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.circleci/config.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@ workflows:
195195
only: /.*/
196196
tags:
197197
only: /.*/
198-
- build-macos:
199-
filters:
200-
branches:
201-
ignore: /.*/
202-
tags:
203-
only: /^v[0-9].*/
198+
#- build-macos:
199+
# filters:
200+
# branches:
201+
# ignore: /.*/
202+
# tags:
203+
# only: /^v[0-9].*/
204204
#- build-multiarch-docker:
205205
# filters:
206206
# tags:
@@ -234,13 +234,13 @@ workflows:
234234
branches:
235235
only: master
236236

237-
nightly:
238-
triggers:
239-
- schedule:
240-
cron: "20 17 * * *"
241-
filters:
242-
branches:
243-
only:
244-
- master
245-
jobs:
246-
- build-macos
237+
#nightly:
238+
# triggers:
239+
# - schedule:
240+
# cron: "20 17 * * *"
241+
# filters:
242+
# branches:
243+
# only:
244+
# - master
245+
# jobs:
246+
# - build-macos

0 commit comments

Comments
 (0)