From 4b89de40445738d0fd984302e88759a8858b099f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Tue, 7 Jan 2025 11:18:23 +0100 Subject: [PATCH 1/2] [CI] Add `no_output_timeout` for `dist_darwin` setup environment --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5be7fd2cd388..764b60fe00fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -293,6 +293,7 @@ jobs: - brew-cache-v1 - run: name: Setup environment + no_output_timeout: 40m command: | brew unlink python@2 || true From 33a2e7c527aa3788c1600dd94dcd09283779baf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Thu, 7 Nov 2024 13:16:18 +0100 Subject: [PATCH 2/2] Update XCode 15.3.0 in circleci (#15164) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 764b60fe00fd..a95f714a490c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -285,7 +285,7 @@ jobs: dist_darwin: macos: - xcode: 13.4.1 + xcode: 15.3.0 shell: /bin/bash --login -eo pipefail steps: - restore_cache: