From b852942c2fd171382cd29f9ef58a9cd89b8eafbb Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Tue, 13 Jan 2026 08:09:45 -0300 Subject: [PATCH] gitlab-ci: Ensure zsh is used as shell on macOS jobs --- .gitlab-ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e49a80ed8..7dc51c8ed3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -680,7 +680,8 @@ deps-macos-inhouse: extends: .macos-inhouse stage: dependencies script: - - sh build/macos/1_build-deps-macports.sh + # Do not call sh since it is old bash on macOS, not the default zsh + - zsh build/macos/1_build-deps-macports.sh artifacts: paths: - _install-* @@ -696,7 +697,8 @@ gimp-macos-inhouse: variables: GIT_SUBMODULE_STRATEGY: recursive script: - - sh build/macos/2_build-gimp-macports.sh + # Do not call sh since it is old bash on macOS, not the default zsh + - zsh build/macos/2_build-gimp-macports.sh artifacts: paths: - gimp-*.app @@ -998,7 +1000,8 @@ dist-mac-weekly: tags: - macos script: - - sh build/macos/3_dist-gimp-apple.sh + # Do not call sh since it is old bash on macOS, not the default zsh + - zsh build/macos/3_dist-gimp-apple.sh artifacts: expose_as: 'macOS dmg' paths: