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 @@ -527,7 +527,7 @@ jobs:
527527 include :
528528 - desc : MacOS-15-Intel aclang17/C++17/py3.13 llvm17 oiio-release
529529 runner : macos-15-intel
530- nametag : macos15-p313
530+ nametag : macos15
531531 cc_compiler : clang
532532 cxx_compiler : clang++
533533 cxx_std : 17
@@ -539,7 +539,7 @@ jobs:
539539 USE_OPENVDB=0
540540 - desc : MacOS-14-ARM llvm19 oiio-release
541541 runner : macos-14
542- nametag : macos14-arm-p313
542+ nametag : macos14-arm
543543 cc_compiler : clang
544544 cxx_compiler : clang++
545545 cxx_std : 17
@@ -548,12 +548,20 @@ jobs:
548548 setenvs : export LLVMBREWVER="@19"
549549 - desc : MacOS-15-ARM aclang16/C++17/py3.13 llvm21 oiio-main
550550 runner : macos-15
551- nametag : macos15-arm-py313
551+ nametag : macos15-arm
552552 cc_compiler : clang
553553 cxx_compiler : clang++
554554 cxx_std : 17
555555 python_ver : " 3.13"
556556 openimageio_ver : main
557+ - desc : MacOS-26-ARM aclang16/C++17/py3.14 llvm21 oiio-main
558+ runner : macos-26
559+ nametag : macos26-arm
560+ cc_compiler : clang
561+ cxx_compiler : clang++
562+ cxx_std : 17
563+ python_ver : " 3.14"
564+ openimageio_ver : main
557565
558566
559567 windows :
You can’t perform that action at this time.
0 commit comments