summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2020-09-02 11:23:18 +1000
committerDaniel Black <daniel@mariadb.org>2020-09-02 11:23:18 +1000
commit56ae0adee35c1bc053711a8579857e6b0301eb80 (patch)
tree79b2dfce6ac80c579116bf6db78654835534c31a
parent594aad7b0607b752c3815d2c31370a63006d4542 (diff)
downloadmariadb-git-56ae0adee35c1bc053711a8579857e6b0301eb80.tar.gz
travis: update osx to xcode12u in attempt to solve openssl build failure
-rw-r--r--.travis.yml2
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