.travis.yml: use latest macOS 10.14 image (#20526)

pull/20530/head
Felix Lange 5 years ago committed by Péter Szilágyi
parent c49a4165d0
commit 8a63f7f504
  1. 1
      .travis.yml

@ -57,6 +57,7 @@ jobs:
- stage: build
os: osx
osx_image: xcode11.3
go: 1.13.x
script:
- echo "Increase the maximum number of open file descriptors on macOS"

Loading…
Cancel
Save