Update OSX image

This commit is contained in:
Thom Wiggers 2019-06-20 10:35:43 +02:00
parent e7d936e24a
commit 3ca9cfe5cd
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -2,7 +2,7 @@ matrix:
include: include:
- name: "MacOS + Clang" - name: "MacOS + Clang"
os: osx os: osx
osx_image: xcode10.1 osx_image: xcode10.2
compiler: clang compiler: clang
before_install: before_install:
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
@ -23,7 +23,7 @@ matrix:
- astyle - astyle
- name: "MacOS + GCC8" - name: "MacOS + GCC8"
os: osx os: osx
osx_image: xcode10.1 osx_image: xcode10.2
compiler: gcc compiler: gcc
addons: addons:
homebrew: homebrew: