diff --git a/.circleci/config.yml b/.circleci/config.yml index 69c8aeac..8137c3d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,17 +36,17 @@ jobs: ################################ # macOS `make test-ci` targets # ################################ - mac_ci_branch: - executor: macos - steps: - - mac_ci: - cache_target: true + # mac_ci_branch: + # executor: macos + # steps: + # - mac_ci: + # cache_target: true - mac_ci_main: - executor: macos - steps: - - mac_ci: - cache_target: false + # mac_ci_main: + # executor: macos + # steps: + # - mac_ci: + # cache_target: false ################################################### # Linux `make test-ci` targets on old x64 backend # @@ -82,14 +82,14 @@ workflows: ################################ # macOS `make test-ci` targets # ################################ - - mac_ci_branch: - filters: - branches: - ignore: main - - mac_ci_main: - filters: - branches: - only: main + # - mac_ci_branch: + # filters: + # branches: + # ignore: main + # - mac_ci_main: + # filters: + # branches: + # only: main ################################################### # Linux `make test-ci` targets on old x64 backend # diff --git a/.github/workflows/mac-ci.yml b/.github/workflows/mac-ci.yml.disabled similarity index 100% rename from .github/workflows/mac-ci.yml rename to .github/workflows/mac-ci.yml.disabled