Upgrade to libvips v8.17.0

CI: Use more recent, non-deprecated Windows runners

Bump devDeps
This commit is contained in:
Lovell Fuller
2025-06-12 11:27:26 +01:00
parent 4d1f7e051d
commit 99be893dd4
16 changed files with 55 additions and 45 deletions

View File

@@ -15,9 +15,9 @@
// Verify platform and compiler compatibility
#if (VIPS_MAJOR_VERSION < 8) || \
(VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION < 16) || \
(VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION == 16 && VIPS_MICRO_VERSION < 1)
#error "libvips version 8.16.1+ is required - please see https://sharp.pixelplumbing.com/install"
(VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION < 17) || \
(VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION == 17 && VIPS_MICRO_VERSION < 0)
#error "libvips version 8.17.0+ is required - please see https://sharp.pixelplumbing.com/install"
#endif
#if defined(__has_include)