diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 8f369495..131e0aca 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -65,7 +65,7 @@ jobs: matrix: config: - target: x86_64-apple-darwin - runner: macos-13 + runner: macos-15-large - target: aarch64-apple-darwin runner: warp-macos-14-arm64-6x env: diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 460197b7..cdd5c167 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -149,7 +149,7 @@ jobs: matrix: config: - name: x86 - runner: macos-13 + runner: macos-15-large - name: Arm runner: macos-14 runs-on: "${{ matrix.config.runner }}" diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3cb9a66e..241965eb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -122,7 +122,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - mac-runner: ["macos-13", "macos-14"] + mac-runner: ["macos-14", "macos-15"] runs-on: "${{ matrix.mac-runner }}" defaults: run: