mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
fix: using newer macOS image on travis to avoid timeouts due to homebrew compilation forced by EOL OS (fixes #865)
This commit is contained in:
parent
4fc84f2907
commit
f42dcb72d5
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@ matrix:
|
||||||
- name: OSX - amd64
|
- name: OSX - amd64
|
||||||
if: tag IS present
|
if: tag IS present
|
||||||
os: osx
|
os: osx
|
||||||
|
osx_image: xcode12.5
|
||||||
arch: amd64
|
arch: amd64
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
|
@ -142,6 +143,7 @@ matrix:
|
||||||
- name: OSX - tests
|
- name: OSX - tests
|
||||||
if: tag IS blank
|
if: tag IS blank
|
||||||
os: osx
|
os: osx
|
||||||
|
osx_image: xcode12.5
|
||||||
arch: amd64
|
arch: amd64
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: master
|
- go: master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue