Skip to content

Commit

Permalink
Switch back to 10.14 again
Browse files Browse the repository at this point in the history
10.15 fails in the same way with or without conda, we've tried 10.14
without conda but not with it. This commit switches back to 10.14 now
that we've switched to using conda to see if the tests pass.
  • Loading branch information
mtreinish committed Feb 24, 2020
1 parent 4aad45c commit 76d671a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ stages:
TWINE_PASSWORD: $(TWINE_PASSWORD)
- job: 'macos'
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags')
pool: {vmImage: 'macOS-10.15'}
pool: {vmImage: 'macOS-10.14'}
variables:
python.version: '3.7'
CIBW_BEFORE_BUILD: pip install -U Cython
Expand Down Expand Up @@ -223,7 +223,7 @@ stages:
pathtoPublish: 'docs/_build/html'
artifactName: 'html_docs'
- job: 'MacOS_Catalina_Tests'
pool: {vmImage: 'macOS-10.15'}
pool: {vmImage: 'macOS-10.14'}
condition: not(startsWith(variables['Build.SourceBranch'], 'refs/tags'))
strategy:
matrix:
Expand Down Expand Up @@ -398,7 +398,7 @@ stages:
testResultsFiles: '**/test-*.xml'
testRunTitle: 'Test results for Linux Python $(python.version)'
- job: 'MacOS_Catalina_Tests'
pool: {vmImage: 'macOS-10.15'}
pool: {vmImage: 'macOS-10.14'}
condition: not(startsWith(variables['Build.SourceBranch'], 'refs/tags'))
strategy:
matrix:
Expand Down

0 comments on commit 76d671a

Please sign in to comment.