diff options
author | Daniel Black <daniel@linux.ibm.com> | 2020-04-05 16:39:23 +1000 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2020-04-05 17:20:50 +0400 |
commit | abb233242006f1abac0f5a3f552d69510069989e (patch) | |
tree | 6dd6f6c521afcd7ffabfac4f6eaba95dac8c30d8 /.travis.yml | |
parent | 9bf3a3a47a3b53ab313d3a6b5061971ba5a921e1 (diff) | |
download | mariadb-git-abb233242006f1abac0f5a3f552d69510069989e.tar.gz |
travis: xcode11.3
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6f40c84c8d9..353dd2ed970 100644 --- a/.travis.yml +++ b/.travis.yml @@ -147,7 +147,7 @@ jobs: script: *deb-script # Just one OS X build is enough - os: osx - osx_image: xcode10.1 + osx_image: xcode11.3 compiler: clang env: CC_VERSION=8 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=main # Some chosen ones with s390x and gcc |