From: Martin Tournoij Date: Thu, 9 Feb 2023 14:47:04 +0000 (+0100) Subject: Run iOS tests against newer Go version (#558) X-Git-Tag: v1.7.2~8 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=61b9f9e5efab5be21c3e7c69203d74bc15c2eadd;p=fsnotify.git 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. --- 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