mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Deprecate macOS builds Travis-ci
[skip AppVeyor] Travis CI no longer supports macOS starting March 31, 2025.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user