Skip to content

Commit 452d621

Browse files
committed
OSX has too old bash for CI
1 parent fbe2fa0 commit 452d621

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
tests:
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, macos-latest]
11+
# os: [ubuntu-latest, macos-latest] # macos has a too-old bash
12+
os: [ubuntu-latest]
1213

1314
runs-on: ${{ matrix.os }}
1415
name: "Run Tests on ${{ matrix.os }}"

0 commit comments

Comments
 (0)