Adds explicit version declarations

pull/1610/head
José Eduardo Montenegro Cavalcanti de Oliveira 2020-06-01 14:26:31 -03:00 committed by GitHub
parent 04ad8e982e
commit 4faba37fa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,13 @@ _native_job: &native_job
language: shell language: shell
os: linux
dist: xenial
# This is the default xcode version. The Xcode version defines what
osx_image: xcode9.4
jobs: jobs:
- <<: *native_job - <<: *native_job
name: default Ubuntu name: default Ubuntu
@ -15,3 +22,4 @@ jobs:
- <<: *native_job - <<: *native_job
name: MacOS name: MacOS
os: osx os: osx