diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ef37b8..3ed222b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,12 +20,9 @@ jobs: - os: ubuntu-latest python: 37 platform_id: manylinux_x86_64 - # macos-x86-64 - - os: macos-latest - python: 37 - platform_id: macosx_x86_64 - - os: macos-latest - python: 38 + # macosx_universal2 + - os: macos-14 + python: 39 platform_id: macosx_universal2 # win-64 - os: windows-2019