We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e639a commit 2c6fcb6Copy full SHA for 2c6fcb6
vinca/generate_gha.py
@@ -322,7 +322,7 @@ def build_linux_pipeline(
322
def build_osx_pipeline(
323
stages,
324
trigger_branch,
325
- vm_imagename="macos-13",
+ vm_imagename="macos-15-intel",
326
outfile="osx.yml",
327
azure_template=None,
328
script=azure_unix_script,
@@ -561,7 +561,7 @@ def main():
561
build_osx_pipeline(
562
563
args.trigger_branch,
564
- vm_imagename="macos-14",
+ vm_imagename="macos-15",
565
outfile="osx_arm64.yml",
566
567
target=platform,
0 commit comments