ci: update bash on darwin to support newer bash features (#2672)

This commit is contained in:
Malte Poll 2023-12-21 18:12:07 +01:00 committed by GitHub
parent 6e4c0bd8aa
commit 66c0b581b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,11 @@ runs:
fi
echo "::endgroup::"
- name: Install current Bash on macOS
shell: bash
if: runner.os == 'macOS'
run: brew install bash
- name: Prepare to install tools
shell: bash
run: |