InsightSoftwareConsortium / ITKRemoteModuleBuildTestPackageAction

A composite GitHub Action to build, test, and package, ITK remote modules
Apache License 2.0
3 stars 6 forks source link

ENH: Use macos-13 now to avoid disruption when macos-12 is retired #96

Closed dyollb closed 1 week ago

dyollb commented 1 week ago

The macOS 12 runner image will be removed by December 3rd, 2024. To raise awareness of the upcoming removal, jobs using macOS 12 will temporarily fail during scheduled time periods defined below:

November 4, 9:00 AM - 7:00 PM EST November 11, 9:00 AM - 7:00 PM EST November 18, 9:00 AM - 7:00 PM EST November 25, 9:00 AM - 7:00 PM EST

What you need to do

Jobs using the macos-12 YAML workflow label should be updated to macos-15, macos-14, macos-13, or macos-latest. You can always get up-to-date information on our tools by reading about the software in the runner images repository. Please contact GitHub Support if you run into any problems or need help.

(cherry picked from commit ed0534498647851b0ef330d25a94b939e9fe3743)

dyollb commented 1 week ago

Related to https://github.com/InsightSoftwareConsortium/ITKModuleTemplate/issues/167#issuecomment-2483533529