diff --git a/.cibw/setup-build.py b/.cibw/setup-build.py index c6bdf66..2610ed8 100644 --- a/.cibw/setup-build.py +++ b/.cibw/setup-build.py @@ -67,7 +67,7 @@ def pp3(y_min=7, y_max=10): None: "ubuntu-latest" }, "macOS": { - "arm64": "macos-13", + "arm64": "macos-14", "x86_64": "macos-13", None: "macos-latest" },