Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 21, 2020
1 parent 70014c3 commit c1dcb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
@@ -1,7 +1,7 @@
jobs:
- job: 'TestLinux'
pool:
vmImage: 'ubuntu-16.04' # other options: 'macOS-10.13', 'vs2017-win2016'
vmImage: 'ubuntu-latest'
strategy:
matrix:
Python37:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:

- job: 'TestMac'
pool:
vmImage: 'macOS-10.13' # other options: 'ubuntu-16.04', 'vs2017-win2016'
vmImage: 'macOS-latest'
strategy:
matrix:
Python37:
Expand Down

0 comments on commit c1dcb11

Please sign in to comment.