Browse Source

Use travis xcode12.3 image for macOS universal builds

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC1
falkTX 4 years ago
parent
commit
39ab49538b
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -46,7 +46,7 @@ jobs:
# macOS universal build
- name: "macOS universal"
os: osx
osx_image: xcode12u
osx_image: xcode12.3
env:
- TARGET="macos-universal"



Loading…
Cancel
Save