Skip to content

Commit 3a487cd

Browse files
committed
Specify bash 5.2 on MacOS for CI
1 parent fffde9e commit 3a487cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
shell: bash
2929
run: |+
3030
brew update
31-
brew install bash
31+
brew install bash@5.2
3232
brew install autoconf automake texinfo
3333
# Not installing pygments, because apparently 'osascript' executed during bashdb's init is blocking
3434
# if there's not user logged in.

0 commit comments

Comments
 (0)