summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-03-13 06:02:47 -0700
committerGitHub <noreply@github.com>2020-03-13 14:02:47 +0100
commit380a505507a6df9cbb1fe77b5b6251dc14894921 (patch)
treee3669bacd952272232dd50bb5e953a399e1c3916
parent9eeb514dda08f1caadb0d8e01a8595d991530b52 (diff)
downloadNim-380a505507a6df9cbb1fe77b5b6251dc14894921.tar.gz
azure-pipelines: use OSX 10.15 (was just enabled upstream) (#13546)
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index dccd0d05e..e04974f5b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -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: