Skip to content

Commit

Permalink
build/CI/packaging: use the latest OSX image in Travis CI
Browse files Browse the repository at this point in the history
The default one (with MacOS 10.13) is too old with most Homebrew
packages (including MySQL) available in the source code form only
without prebuilt bottles.
  • Loading branch information
akopytov committed Mar 25, 2021
1 parent 08e0789 commit e4cacaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ os:
- linux
- osx

osx_image: xcode12.2

compiler:
- gcc
- clang
Expand Down

0 comments on commit e4cacaa

Please sign in to comment.