mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -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
|
||||
if: tag IS present
|
||||
os: osx
|
||||
osx_image: xcode12.5
|
||||
arch: amd64
|
||||
addons:
|
||||
homebrew:
|
||||
|
@ -142,6 +143,7 @@ matrix:
|
|||
- name: OSX - tests
|
||||
if: tag IS blank
|
||||
os: osx
|
||||
osx_image: xcode12.5
|
||||
arch: amd64
|
||||
allow_failures:
|
||||
- go: master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue