mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-05 07:42:57 +00:00
.travis.yml: use latest macOS 10.14 image (#20526)
This commit is contained in:
parent
c49a4165d0
commit
8a63f7f504
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ jobs:
|
||||||
|
|
||||||
- stage: build
|
- stage: build
|
||||||
os: osx
|
os: osx
|
||||||
|
osx_image: xcode11.3
|
||||||
go: 1.13.x
|
go: 1.13.x
|
||||||
script:
|
script:
|
||||||
- echo "Increase the maximum number of open file descriptors on macOS"
|
- echo "Increase the maximum number of open file descriptors on macOS"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue