Skip to content

Commit 2c6fcb6

Browse files
Update macOS VM image names in pipeline
1 parent 38e639a commit 2c6fcb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vinca/generate_gha.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def build_linux_pipeline(
322322
def build_osx_pipeline(
323323
stages,
324324
trigger_branch,
325-
vm_imagename="macos-13",
325+
vm_imagename="macos-15-intel",
326326
outfile="osx.yml",
327327
azure_template=None,
328328
script=azure_unix_script,
@@ -561,7 +561,7 @@ def main():
561561
build_osx_pipeline(
562562
stages,
563563
args.trigger_branch,
564-
vm_imagename="macos-14",
564+
vm_imagename="macos-15",
565565
outfile="osx_arm64.yml",
566566
script=azure_unix_script,
567567
target=platform,

0 commit comments

Comments
 (0)