Skip to content

Commit

Permalink
Merge pull request tardis-sn#1135 from epassaro/macos-fix
Browse files Browse the repository at this point in the history
Running tests on MacOS-10.14
  • Loading branch information
orbitfold authored Apr 22, 2020
2 parents 3b745b3 + 50a7d72 commit ec9a7c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines/simple_test_framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
vm_Image: 'Ubuntu-16.04'
conda: '/usr/share/miniconda'
mac:
vm_Image: 'macOS-10.13'
vm_Image: 'macOS-10.14'
miniconda.url: 'http://repo.continuum.io/miniconda/Miniconda2-latest-mac-x86_64.sh'
maxParallel: 4

Expand Down
4 changes: 2 additions & 2 deletions docs/development/continuous_integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ After defining the variable, one could optionally encrypt it using this lock sym
Variables are referenced as $(variable_name), as seen in the InstallSSHKey@0 task in the hostName and sshPublicKey inputs.

Azure provides a list of agent hosts that can run the pipeline on a virtual machine. In our pipelines, we
use the vm_Images: Ubuntu 16.04 and macOs-10.13.
use the vm_Images: Ubuntu 16.04 and macOs-10.14.

In a job, you can list a single vm as::

Expand All @@ -224,7 +224,7 @@ addition to specifying variables as key value pairs such as conda and miniconda.
vmImage: "Ubuntu 16.04"
conda: '/usr/share/miniconda'
mac:
vm_Image: 'macOS-10.13'
vm_Image: 'macOS-10.14'
miniconda.url: 'http://repo.continuum.io/miniconda/Miniconda2-latest-mac-x86_64.sh'
maxParallel: 2
pool:
Expand Down

0 comments on commit ec9a7c8

Please sign in to comment.