diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e59b7e355..07a9b7e135 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -631,7 +631,7 @@ gimp-win: variables: OPT_PREFIX: /opt/macports DMG_OPTION: '-Ddmg=true' - - if: '($GIMP_CI_MESON_APPLECLANG != null || "$[[ inputs.test_pipeline ]]" =~ /.*GIMP_CI_MESON_APPLECLANG.*/) && $CI_JOB_NAME !~ /.*-x86_64.*/ && $CI_JOB_NAME !~ /.*dist-mac-.*/' + - if: '($GIMP_CI_MESON_APPLECLANG != null || "$[[ inputs.test_pipeline ]]" =~ /.*GIMP_CI_MESON_APPLECLANG.*/) && $CI_JOB_NAME !~ /.*x86_64.*/ && $CI_JOB_NAME !~ /.*dist-mac-.*/' variables: OPT_PREFIX: /opt/homebrew WARN_AS_ERROR_ON_CI: '-Dwerror=true'