diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 5132ba5..2f914f1 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -12,12 +12,21 @@ jobs: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12'] - os: [ubuntu-latest, macos-latest, macos-13, windows-latest] + python-version: [3.8, 3.9, '3.10', '3.11', '3.12'] + os: [ubuntu-latest, macos-14, macos-13, windows-latest] exclude: - os: ubuntu-latest python-version: '3.12' + - os: macos-14 + python-version: 3.7 + - os: macos-14 + python-version: 3.8 + - os: macos-14 + python-version: 3.9 + - os: macos-14 + python-version: '3.10' steps: - uses: actions/checkout@v2 - name: Set up Python