Browse Source

Update to use latest macOS image for TravisCI

The default version is so outdated that it needs to rebuild many
dependencies. Now we bump it to the latest version so that it can use
prebuilt packages.
adaptive-webui-19844
Chocobo1 4 years ago
parent
commit
2414a79578
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 1
      .travis.yml

1
.travis.yml

@ -5,6 +5,7 @@ os: @@ -5,6 +5,7 @@ os:
- osx
dist: bionic
osx_image: xcode12.2
env:
matrix:

Loading…
Cancel
Save