Skip to content

Commit

Permalink
azure-pipelines: use OSX 10.15 (was just enabled upstream)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Mar 1, 2020
1 parent 22d1ba4 commit a4049cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
vmImage: 'ubuntu-16.04'
CPU: i386
OSX_amd64:
vmImage: 'macOS-10.14'
vmImage: 'macOS-10.15'
CPU: amd64
OSX_amd64_cpp:
vmImage: 'macOS-10.14'
vmImage: 'macOS-10.15'
CPU: amd64
NIM_COMPILE_TO_CPP: true
Windows_amd64:
Expand Down

0 comments on commit a4049cf

Please sign in to comment.