From c5c443652e06ea096ba5c9634a8570f9a1df8887 Mon Sep 17 00:00:00 2001 From: Anna Miroshnichenko Date: Tue, 1 Feb 2022 20:04:13 +0500 Subject: [PATCH] Update config.yml - change xcode image version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bcd85cb..892b421 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ orbs: jobs: build_web: macos: - xcode: 11.3.0 + xcode: 13.0.0 steps: - checkout - node/install: