From 6c9a2234b8ab26ce927396b4247344fd93fca4f2 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Mon, 4 Jan 2021 18:54:48 +0100 Subject: use xcode 12 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 48bc2b56..802ace96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: cpp os: osx +osx_image: xcode12 addons: homebrew: update: true -- cgit