diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1a924704..94e96273a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -202,7 +202,7 @@ jobs: matrix: platform: - { target: aarch64-apple-darwin, os: macos-latest } - - { target: x86_64-apple-darwin, os: macos-latest } + - { target: x86_64-apple-darwin, os: macos-26-intel } - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest } - { target: x86_64-pc-windows-msvc, os: windows-latest } - { target: i686-pc-windows-msvc, os: windows-latest }