diff options
author | Daniel Black <daniel@mariadb.org> | 2020-09-02 11:23:18 +1000 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2020-09-02 11:23:18 +1000 |
commit | 56ae0adee35c1bc053711a8579857e6b0301eb80 (patch) | |
tree | 79b2dfce6ac80c579116bf6db78654835534c31a /.travis.yml | |
parent | 594aad7b0607b752c3815d2c31370a63006d4542 (diff) | |
download | mariadb-git-56ae0adee35c1bc053711a8579857e6b0301eb80.tar.gz |
travis: update osx to xcode12u in attempt to solve openssl build failure
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 25159e30191..809a08fd6a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ language: cpp os: - linux - osx -osx_image: xcode10.1 +osx_image: xcode12u compiler: - gcc - clang |