aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2020-12-20 18:45:19 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2020-12-28 17:42:13 +0000
commit8dcff0e1f59c0d733d7690fffcde9513ee1d617a (patch)
tree7f72bd1319b869fe8d5071f93ff096ae636a6955 /.travis.yml
parent0f5aad4500f307b4f22289c24affa1026a055997 (diff)
travis: bump macOS image version.
Fix: #17080.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0f5afd982b..3a6a12ddd4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,9 @@ language: minimal
dist: bionic
matrix:
include:
- - name: OSX (xcode11.3 clang-11.0.0)
+ - name: OSX (xcode12.2 clang-12.0.0)
os: osx
- osx_image: xcode11.3
+ osx_image: xcode12.2
- name: Linux amd64 (gcc-9)
os: linux
addons: