From 99ef2015f4163e904cff28c3ff461a348cc9f488 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 22 Oct 2020 15:42:34 +0300 Subject: [PATCH] .travis.yml: build & deploy for Xcode12 Xcode 12 has been out for a while now. This change adds a build for it so that we can start putting it through the pipeline. Signed-off-by: Alexandru Ardelean --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index eaf65320c..243f3ddab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,6 +77,9 @@ matrix: - compiler: "gcc" os: osx osx_image: xcode11 + - compiler: "gcc" + os: osx + osx_image: xcode12 - stage: "Trigger Next In Pipeline" env: