diff --git a/azure-pipelines.yml b/azure-pipelines.yml index acbe72501..f7d38eca2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ strategy: imageName: 'ubuntu-24.04' node_version: 20.x mac_node_lts_20: - imageName: 'macos-13' + imageName: 'macos-15' node_version: 20.x windows_node_lts_20: imageName: 'windows-2022' @@ -30,7 +30,7 @@ strategy: imageName: 'ubuntu-24.04' node_version: 22.x mac_node_22: - imageName: 'macos-13' + imageName: 'macos-15' node_version: 22.x windows_node_22: imageName: 'windows-2022'