diff --git a/.github/workflows/cd-wheel.yml b/.github/workflows/cd-wheel.yml index b67e701..19abb8b 100644 --- a/.github/workflows/cd-wheel.yml +++ b/.github/workflows/cd-wheel.yml @@ -84,7 +84,7 @@ jobs: ("Linux", "aarch64", "ubuntu-24.04-arm"), ("Linux", "x86_64", "ubuntu-24.04"), ("macOS", "arm64", "macos-15"), - ("macOS", "x86_64", "macos-13"), + ("macOS", "x86_64", "macos-15-intel"), ] os, _, arch = "${{ inputs.os-arch }}".partition("-") if os not in ("", "*", "all"):