diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 28f6553eafc..a9d768d013b 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -27,7 +27,7 @@ jobs: matrix: target: - { os: macos, runs-on: "macos-latest", target: aarch64-apple-darwin } - - { os: macos, runs-on: "macos-13", target: x86_64-apple-darwin } + - { os: macos, runs-on: "macos-15-intel", target: x86_64-apple-darwin } - { os: ubuntu, runs-on: "ubuntu-latest", target: aarch64-unknown-linux-gnu } - { os: ubuntu, runs-on: "ubuntu-latest", target: x86_64-unknown-linux-gnu } steps: