summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index fddc23c..b309e51 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -127,9 +127,9 @@ matrix:
- BUILD_DIR=unix
- CFGOPT="--enable-symbols=mem"
# Testing on Mac, various styles
- - name: "macOS/Xcode 11.4/Shared"
+ - name: "macOS/Xcode 11.5/Shared"
os: osx
- osx_image: xcode11.4
+ osx_image: xcode11.5
env:
- BUILD_DIR=macosx
install: []
@@ -137,9 +137,9 @@ matrix:
- make all
# The styles=develop avoids some weird problems on OSX
- make test styles=develop
- - name: "macOS/Xcode 11.4/Shared/Unix-like"
+ - name: "macOS/Xcode 11.5/Shared/Unix-like"
os: osx
- osx_image: xcode11.4
+ osx_image: xcode11.5
env:
- BUILD_DIR=unix
# Older MacOS versions