From 61b9f9e5efab5be21c3e7c69203d74bc15c2eadd Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Thu, 9 Feb 2023 15:47:04 +0100 Subject: [PATCH] Run iOS tests against newer Go version (#558) Was still using Go 1.16. Just update the image: updating Homebrew takes ~2 minutes and slows down the CI a lot. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6b704bb..dac3af4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,7 +28,7 @@ jobs: # iOS ios: macos: - xcode: 12.5.1 + xcode: 13.4.1 working_directory: ~/repo steps: - checkout -- 2.50.1