diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 791ec4d..96e989b 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -5,7 +5,7 @@ jobs: - job: osx pool: - vmImage: macOS-11 + vmImage: macOS-12 strategy: matrix: osx_64_: diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml index 6ec0911..b2305bf 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -1,5 +1,5 @@ MACOSX_DEPLOYMENT_TARGET: -- '10.9' +- '10.13' MACOSX_SDK_VERSION: - '10.12' c_compiler: @@ -9,7 +9,7 @@ c_compiler_version: c_stdlib: - macosx_deployment_target c_stdlib_version: -- '10.9' +- '10.13' cairo: - '1' channel_sources: diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8cebac4..01338fd 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,8 +1,9 @@ +{% set vs_major = "0.0" %} # Prior to conda-forge, Copyright 2014-2019 Peter Williams and collaborators. # This file is licensed under a 3-clause BSD license; see LICENSE.txt. {% set name = "gtk+" %} -{% set version = "3.24.41" %} +{% set version = "3.24.42" %} {% set version_majmin = '.'.join(version.split('.', 2)[:2]) %} package: @@ -11,13 +12,13 @@ package: source: url: https://download.gnome.org/sources/{{ name }}/{{ version_majmin }}/{{ name }}-{{ version }}.tar.xz - sha256: 47da61487af3087a94bc49296fd025ca0bc02f96ef06c556e7c8988bd651b6fa + sha256: 50f89f615092d4dd01bbd759719f8bd380e5f149f6fd78a94725e2de112377e2 patches: - m_pi.patch - no-module-warning.patch build: - number: 1 + number: 0 requirements: build: