InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.37k stars 660 forks source link

COMP: macOS-11 Azure CI environment EOL #4735

Closed hjmjohnson closed 1 week ago

hjmjohnson commented 1 week ago

The macOS-11 environment is deprecated and scheduled to be removed on June 28th, 2024.

Update to macos-12 (also Intel) because macos-14 images are ARM and the ARM testing is done with GitHub Actions.

hjmjohnson commented 1 week ago

This changes both to macos-13?

Yes. Comment fixed. macos-12 had a false positive compiler warning about linking during python wrapping. ld: warning: -undefined dynamic_lookup may not work with chained fixups

macos-13 is also an intel based deployment where the compilers are fixed.

After suggestion by @thewtex we moved from 11 to 13 to avoid a lot of CI headaches.