Skip to content

Commit

Permalink
ci,build: drop xcode9 build
Browse files Browse the repository at this point in the history
Mathworks no longer supports macOS 10.12
https://www.mathworks.com/support/requirements/matlab-system-requirements.html
```
Operating Systems
    macOS Catalina (10.15)
    macOS Mojave (10.14)
    macOS High Sierra (10.13.6)
Note:
    macOS Sierra (10.12) is no longer supported.
    On macOS High Sierra, version 10.13.6 is required.
```

Travis-CI's Xcode + macOS matrix lists Xcode 9.4 (only) running on macOS
10.13 and all Xcode10 running on 10.13.
All other XCode 9 versions only support 10.12
  https://docs.travis-ci.com/user/reference/osx/#macos-version

We can suggest that people upgrade their Xcode to version 10. It's also
likely that most people running macOS 10.13, are running Xcode 10 already.

In any case, we can start to consider dropping the Xcode9 build to reduce
the overall build-time.

Signed-off-by: Alexandru Ardelean <[email protected]>
  • Loading branch information
commodo committed Feb 19, 2020
1 parent 076705d commit ef79725
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ matrix:
- OS_TYPE=ubuntu_docker
- OS_VERSION=bionic
- EXTRA_SSH=-oHostKeyAlgorithms=+ssh-dss
- compiler: "gcc"
os: osx
osx_image: xcode9.2
env:
- EXTRA_SSH=-oHostKeyAlgorithms=+ssh-dss
- compiler: "gcc"
os: osx
osx_image: xcode10.1
Expand Down

0 comments on commit ef79725

Please sign in to comment.