Skip to content

Commit

Permalink
azure-pipelines: use OSX 10.15 (was just enabled upstream) (nim-lang#…
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour authored Mar 13, 2020
1 parent 9eeb514 commit 380a505
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 380a505

Please sign in to comment.