summary refs log tree commit diff stats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authormetagn <metagngn@gmail.com>2023-12-21 02:12:05 +0300
committerGitHub <noreply@github.com>2023-12-21 02:12:05 +0300
commit12d847550abf8adb53052975e7c98be916128d81 (patch)
tree484961d086eb7880fe26ffd93d151c9109083539 /azure-pipelines.yml
parentdb9d8003b074cb6d150f7ece467f29006ccefde7 (diff)
downloadNim-12d847550abf8adb53052975e7c98be916128d81.tar.gz
update mac CI to macos 12 (#23108)
closes #23107

Could also change to `macos-latest` but nothing else in CI uses `latest`
OS versions.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3f20fb866..9ef202948 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -29,10 +29,10 @@ jobs:
 #         vmImage: 'ubuntu-18.04'
 #         CPU: i386
       OSX_amd64:
-        vmImage: 'macOS-11'
+        vmImage: 'macOS-12'
         CPU: amd64
       OSX_amd64_cpp:
-        vmImage: 'macOS-11'
+        vmImage: 'macOS-12'
         CPU: amd64
         NIM_COMPILE_TO_CPP: true
       Windows_amd64_batch0_3: