]> go.fuhry.dev Git - fsnotify.git/commitdiff
Run iOS tests against newer Go version (#558)
authorMartin Tournoij <martin@arp242.net>
Thu, 9 Feb 2023 14:47:04 +0000 (15:47 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 14:47:04 +0000 (15:47 +0100)
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

index 6b704bbb2bebdb441286463648909d2fb72876f3..dac3af4675bd1baa9ab8edf9a698db4713ca178c 100644 (file)
@@ -28,7 +28,7 @@ jobs:
   # iOS
   ios:
     macos:
-      xcode: 12.5.1
+      xcode: 13.4.1
     working_directory: ~/repo
     steps:
       - checkout