diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-11-16 15:54:19 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-11-16 15:54:19 +0100 |
commit | fb97e4fd3f2d44a44138cb3a16d95aff4cd5fb62 (patch) | |
tree | b707aff901ae77598c27da26bf8283c338f7f90d /.travis.yml | |
parent | 3153e8b004772298db2bd74c2ca31bd0fff88f11 (diff) | |
download | ODR-SourceCompanion-fb97e4fd3f2d44a44138cb3a16d95aff4cd5fb62.tar.gz ODR-SourceCompanion-fb97e4fd3f2d44a44138cb3a16d95aff4cd5fb62.tar.bz2 ODR-SourceCompanion-fb97e4fd3f2d44a44138cb3a16d95aff4cd5fb62.zip |
Travis: switch to xcode12.2
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 ee014ef..826f82c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ jobs: include: - env: CONF="" os: osx - osx_image: xcode11 + osx_image: xcode12.2 compiler: clang - env: CONF="" |