File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ jobs:
552552 include :
553553 - desc : MacOS-15-Intel aclang17/C++17/py3.13 llvm17 oiio-release
554554 runner : macos-15-intel
555- nametag : macos15-p313
555+ nametag : macos15
556556 cc_compiler : clang
557557 cxx_compiler : clang++
558558 cxx_std : 17
@@ -564,7 +564,7 @@ jobs:
564564 USE_OPENVDB=0
565565 - desc : MacOS-14-ARM llvm19 oiio-release
566566 runner : macos-14
567- nametag : macos14-arm-p313
567+ nametag : macos14-arm
568568 cc_compiler : clang
569569 cxx_compiler : clang++
570570 cxx_std : 17
@@ -573,12 +573,20 @@ jobs:
573573 setenvs : export LLVMBREWVER="@19"
574574 - desc : MacOS-15-ARM aclang16/C++17/py3.13 llvm21 oiio-main
575575 runner : macos-15
576- nametag : macos15-arm-py313
576+ nametag : macos15-arm
577577 cc_compiler : clang
578578 cxx_compiler : clang++
579579 cxx_std : 17
580580 python_ver : " 3.13"
581581 openimageio_ver : main
582+ - desc : MacOS-26-ARM aclang16/C++17/py3.14 llvm21 oiio-main
583+ runner : macos-26
584+ nametag : macos26-arm
585+ cc_compiler : clang
586+ cxx_compiler : clang++
587+ cxx_std : 17
588+ python_ver : " 3.14"
589+ openimageio_ver : main
582590
583591
584592 windows :
You can’t perform that action at this time.
0 commit comments