diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd1ef499..531fdd5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,12 +101,15 @@ jobs: matrix: os: ['ubuntu-latest', 'windows-2019', 'macos-latest'] nodejs: ['14', '16', '17', '18', '20', '21'] + include: + - os: 'macos-latest' + python_version: '3.11' steps: - name: Checkout uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: ${{ matrix.python_version }} - uses: actions/setup-node@v3 with: node-version: ${{ matrix.nodejs }}