Skip to content

Commit b3f76ed

Browse files
committed
[travis] Use newer macOS
Default macOS version on Travis (10.13 High Sierra) causes issues with homebrew. Setting the osx_image to xcode12.2 uses macOS 10.15 (Catalina).
1 parent b1b43ef commit b3f76ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ matrix:
1919
os: linux
2020
- go: "1.14.x"
2121
os: osx
22+
osx_image: xcode12.2
2223
addons:
2324
homebrew:
2425
packages:

0 commit comments

Comments
 (0)