diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0b4ac7d..fde19eaf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] python: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.9'] @@ -20,6 +21,10 @@ jobs: python: pypy3 - os: macos-latest python: pypy3 + - os: macos-latest + python: 3.8 + - os: macos-latest + python: 3.9 name: ${{ matrix.os }} Py ${{ matrix.python }} ${{ matrix.architecture }} steps: