travis: update macos 10.15 images (#4059)
This commit is contained in:
parent
776aa5c0ff
commit
80f613a77a
1 changed files with 7 additions and 7 deletions
14
.travis.yml
14
.travis.yml
|
@ -93,7 +93,7 @@ jobs:
|
||||||
script: RUN --server --package $NAME --release
|
script: RUN --server --package $NAME --release
|
||||||
|
|
||||||
|
|
||||||
#Fedora 32 (on docker)
|
#Fedora 32 (on Docker)
|
||||||
- name: Fedora 32 (Compile)
|
- name: Fedora 32 (Compile)
|
||||||
if: tag IS NOT present
|
if: tag IS NOT present
|
||||||
services: docker
|
services: docker
|
||||||
|
@ -159,11 +159,11 @@ jobs:
|
||||||
before_cache:
|
before_cache:
|
||||||
- brew cleanup
|
- brew cleanup
|
||||||
|
|
||||||
#macOS Mojave
|
#macOS Catalina
|
||||||
- name: macOS Mojave (Debug)
|
- name: macOS Catalina (Debug)
|
||||||
if: tag IS NOT present
|
if: tag IS NOT present
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode11.1
|
osx_image: xcode11.6
|
||||||
cache:
|
cache:
|
||||||
- ccache
|
- ccache
|
||||||
- directories:
|
- directories:
|
||||||
|
@ -180,11 +180,11 @@ jobs:
|
||||||
before_cache:
|
before_cache:
|
||||||
- brew cleanup
|
- brew cleanup
|
||||||
|
|
||||||
- name: macOS Mojave (Release)
|
- name: macOS Catalina (Release)
|
||||||
if: (branch = master AND NOT type = pull_request) OR tag IS present
|
if: (branch = master AND NOT type = pull_request) OR tag IS present
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode11.1
|
osx_image: xcode11.6
|
||||||
env: OSX_VERSION=10.14
|
env: OSX_VERSION=10.15
|
||||||
cache:
|
cache:
|
||||||
- ccache
|
- ccache
|
||||||
- directories:
|
- directories:
|
||||||
|
|
Loading…
Reference in a new issue