Skip to content

Commit cadce47

Browse files
committed
zsh -> bash
1 parent 19c8e1c commit cadce47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/brew/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: brew
22
runs:
33
using: composite
44
steps:
5-
- shell: zsh
5+
- shell: bash
66
run: |
77
set -x
88
brew install \

.github/actions/configure-macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
runs:
77
using: composite
88
steps:
9-
- shell: zsh
9+
- shell: bash
1010
run: |
1111
set -x
1212
export PATH="/usr/local/opt/bison/bin:$PATH"

.github/actions/test-macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
runs:
77
using: composite
88
steps:
9-
- shell: zsh
9+
- shell: bash
1010
run: |
1111
set -x
1212
export SKIP_IO_CAPTURE_TESTS=1

0 commit comments

Comments
 (0)