From: Paul Brossier Date: Mon, 1 Oct 2018 10:34:12 +0000 (+0200) Subject: .circleci/config.yml: remove simple macos config X-Git-Tag: 0.4.8~92^2~21^2~4 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=2a3f08fff8644f21aa98e6876357019aef838ed0;p=aubio.git .circleci/config.yml: remove simple macos config --- diff --git a/.circleci/config.yml b/.circleci/config.yml index aecbfcd5..cff42b71 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,18 +66,6 @@ jobs: - store_artifacts: path: dist/ - build-macos93: - macos: - xcode: "9.3.0" - steps: - - checkout - - run: *pip-install - - run: *build-wheel - - run: *install-wheel - - run: *test-nose2 - - store_artifacts: - path: dist/ - workflows: version: 2 @@ -86,4 +74,3 @@ workflows: - build-27 - build-36 - build-37 - - build-macos93