Skip to content

Commit 9b9ab9d

Browse files
committed
Remove OSX testing until we have bash 5.3
1 parent a787e0e commit 9b9ab9d

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

.github/workflows/CI.yml

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,22 @@ jobs:
2323
sudo apt -y update
2424
sudo apt -y install autoconf automake texinfo
2525
26-
- name: Install dependencies for macOS
27-
if: runner.os == 'macOS'
28-
shell: bash
29-
run: |+
30-
# brew update Don't update to get bash 5.2
31-
ls /opt/homebrew/Cellar/bash
32-
brew install bash
33-
brew install autoconf automake texinfo
34-
# Not installing pygments, because apparently 'osascript' executed during bashdb's init is blocking
35-
# if there's not user logged in.
26+
# - name: Install dependencies for macOS
27+
# if: runner.os == 'macOS'
28+
# shell: bash
29+
# run: |+
30+
# brew update
31+
# brew install bash
32+
# brew install autoconf automake texinfo
33+
# # Not installing pygments, because apparently 'osascript' executed during bashdb's init is blocking
34+
# # if there's not user logged in.
3635

37-
- name: Configure
38-
shell: bash
39-
run: bash ./autogen.sh
36+
# - name: Configure
37+
# shell: bash
38+
# run: bash ./autogen.sh
4039

41-
- name: Test
42-
shell: bash
43-
env:
44-
VERBOSE: 1
45-
run: make -e -j3 check
40+
# - name: Test
41+
# shell: bash
42+
# env:
43+
# VERBOSE: 1
44+
# run: make -e -j3 check

0 commit comments

Comments
 (0)