KitwareMedical / ITKUltrasound

ITK module with classes particularly useful for ultrasound.
http://www.insight-journal.org/browse/publication/722
Apache License 2.0
50 stars 22 forks source link

ENH: Update ITK CI reusable workflow #218

Closed tbirdso closed 1 year ago

tbirdso commented 1 year ago

Bumps to ITK reusable workflow to most recent version as of 2.28.2023.

Includes XCode downgrade to address macOS warning:

KWStyle/kwsCheckLineLength.cxx:24:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]

tbirdso commented 1 year ago

@dzenanz This should address the warnings you identified in https://github.com/KitwareMedical/ITKUltrasound/pull/217#issuecomment-1448935934

tbirdso commented 1 year ago

CI Linux Python failures are due to connection issues, runs show that macOS warnings are fixed. Moving forward with merge so that #217 can be rebased on these changes.