diff options
| author | stonedDiscord <stoned@derpymail.org> | 2021-01-04 18:54:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-04 18:54:48 +0100 |
| commit | 6c9a2234b8ab26ce927396b4247344fd93fca4f2 (patch) | |
| tree | a0db57c6cee6f36dd12e3945bdaa7cd4dd882b5d /.travis.yml | |
| parent | 811db3f27ce6061c4a3487ddd1f5292504029fb6 (diff) | |
use xcode 12
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
