We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe2fa0 commit 452d621Copy full SHA for 452d621
1 file changed
.github/workflows/CI.yml
@@ -8,7 +8,8 @@ jobs:
8
tests:
9
strategy:
10
matrix:
11
- os: [ubuntu-latest, macos-latest]
+ # os: [ubuntu-latest, macos-latest] # macos has a too-old bash
12
+ os: [ubuntu-latest]
13
14
runs-on: ${{ matrix.os }}
15
name: "Run Tests on ${{ matrix.os }}"
0 commit comments