diff --git a/.github/workflows/build_macos_wheel.yml b/.github/workflows/build_macos_wheel.yml index f3babd05..c3ec6cb4 100644 --- a/.github/workflows/build_macos_wheel.yml +++ b/.github/workflows/build_macos_wheel.yml @@ -13,7 +13,7 @@ on: jobs: build_macos_wheels: name: Build macOS wheels - runs-on: macos-12 + runs-on: macos-13 strategy: matrix: python_version: [ '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.7', 'pypy3.8', 'pypy3.9' ]