move xcode image up

This commit is contained in:
neargye 2019-08-01 00:49:05 +05:00
parent cb08b67e9d
commit 523a9896ac

View file

@ -21,6 +21,26 @@ osx: &osx
matrix: matrix:
include: include:
- <<: *osx
osx_image: xcode9.2
env: CONAN_APPLE_CLANG_VERSIONS=9.0
- <<: *osx
osx_image: xcode9.4
env: CONAN_APPLE_CLANG_VERSIONS=9.1
- <<: *osx
osx_image: xcode10.1
env: CONAN_APPLE_CLANG_VERSIONS=10.0
- <<: *osx
osx_image: xcode10.2
env: CONAN_APPLE_CLANG_VERSIONS=10.0
- <<: *osx
osx_image: xcode11
env: CONAN_APPLE_CLANG_VERSIONS=11.0
- <<: *linux - <<: *linux
env: CONAN_GCC_VERSIONS=7 CONAN_DOCKER_IMAGE=conanio/gcc7 env: CONAN_GCC_VERSIONS=7 CONAN_DOCKER_IMAGE=conanio/gcc7
@ -42,26 +62,6 @@ matrix:
- <<: *linux - <<: *linux
env: CONAN_CLANG_VERSIONS=8 CONAN_DOCKER_IMAGE=conanio/clang8 env: CONAN_CLANG_VERSIONS=8 CONAN_DOCKER_IMAGE=conanio/clang8
- <<: *osx
osx_image: xcode9.2
env: CONAN_APPLE_CLANG_VERSIONS=9.0
- <<: *osx
osx_image: xcode9.4
env: CONAN_APPLE_CLANG_VERSIONS=9.1
- <<: *osx
osx_image: xcode10.1
env: CONAN_APPLE_CLANG_VERSIONS=10.0
- <<: *osx
osx_image: xcode10.2
env: CONAN_APPLE_CLANG_VERSIONS=10.0
- <<: *osx
osx_image: xcode11
env: CONAN_APPLE_CLANG_VERSIONS=11.0
install: install:
- chmod +x .ci/install.sh - chmod +x .ci/install.sh
- ./.ci/install.sh - ./.ci/install.sh