diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deca728dd..1dff171e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,9 @@ jobs: os: [ubuntu-latest, macOS-latest, windows-latest] java-version: [1.8] python-version: [3.6, 3.7, 3.8] + exclude: + - os: macOS-latest + python-version: 3.6 name: test coffea (${{ matrix.os }}) - python ${{ matrix.python-version }}, JDK${{ matrix.java-version }} steps: