diff --git a/.travis.yml b/.travis.yml index 6e6e484..b5586b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,13 +8,13 @@ matrix: include: - os: osx name: "Build" - osx_image: xcode10.2 + osx_image: xcode11.6 compiler: clang script: - git clone https://github.com/acidanthera/MacKernelSDK - src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/Lilu/master/Lilu/Scripts/bootstrap.sh) && eval "$src" || exit 1 - - xcodebuild -configuration Debug + - xcodebuild -jobs 1 -configuration Debug - xcodebuild -jobs 1 -configuration Release deploy: