From b6310ebcfab17b51235ada1a66a2059018031eb6 Mon Sep 17 00:00:00 2001 From: kaylachun Date: Mon, 29 Apr 2024 10:51:49 -0700 Subject: [PATCH] feat(deps): bump xcode version --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a2701dec5..ceeea6cc0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ executors: name: httpbin.org macos: macos: - xcode: 13.4.1 + xcode: 15.1.0 jobs: build: executor: docker-node @@ -117,8 +117,8 @@ workflows: executor: macos install_manually: true filters: - branches: - only: master + # branches: + # only: master tags: only: /.*/ - harness: