diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5779d64e..249ace1b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,12 +72,9 @@ jobs: - os: macos-11 arch: x86_64 cmake_osx_architectures: x86_64 - - os: macos-11 + - os: macos-14 arch: arm64 cmake_osx_architectures: arm64 - - os: macos-11 - arch: universal2 - cmake_osx_architectures: "x86_64;arm64" steps: - name: Checkout source @@ -119,6 +116,7 @@ jobs: env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_SKIP: cp36-* pp* *musllinux* *-manylinux_i686 + CIBW_TEST_SKIP: "cp38-macosx_arm64" CIBW_ENVIRONMENT_LINUX: GEOS_VERSION=${{ env.GEOS_VERSION }} GEOS_INSTALL=/host${{ runner.temp }}/geos-${{ env.GEOS_VERSION }}