Deprecate macOS builds Travis-ci

[skip AppVeyor]
Travis CI no longer supports macOS starting March 31, 2025.
This commit is contained in:
Alejandro Martinez
2025-04-01 21:03:29 -03:00
parent 34db86d148
commit e46f854b52
5 changed files with 0 additions and 7 deletions

View File

@@ -47,10 +47,6 @@ env:
jobs:
include:
- if: commit_message !~ /\[skip osx\]/
os: osx
osx_image: xcode14.2
compiler: clang
- if: commit_message !~ /\[skip linux\]/
os: linux
dist: jammy
@@ -65,8 +61,5 @@ before_script:
script:
- travis/$TRAVIS_OS_NAME/script.sh
before_cache:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cleanup; fi
after_success:
- travis/$TRAVIS_OS_NAME/after_success.sh