diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index 0144dd9209..6d9c3dbf68 100644 --- a/.github/workflows/release-check.yml +++ b/.github/workflows/release-check.yml @@ -25,7 +25,7 @@ jobs: matrix: platform: - { target: aarch64-apple-darwin, os: macos-14 } - - { target: x86_64-apple-darwin, os: macos-13 } + - { target: x86_64-apple-darwin, os: macos-15-intel } - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest } - { target: x86_64-pc-windows-msvc, os: windows-latest } runs-on: ${{ matrix.platform.os }}