diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e754e91..69db800 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,12 +145,6 @@ jobs: matrix: platform: [ 'windows-2019', 'ubuntu-latest', 'macos-latest' ] python-version: [ '38', '39', '310', '311', '312' ] - include: - - platform: macos-13 - python-version: 38 - exclude: - - platform: macos-latest - python-version: 38 runs-on: ${{ matrix.platform }} env: CIBW_BUILD: >