diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebf891d3f..3424c4cd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,7 @@ jobs: - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest } - { target: x86_64-apple-darwin, os: macos-latest } - { target: aarch64-apple-ios, os: macos-latest } + - { target: aarch64-apple-darwin, os: macos-14 } - { target: aarch64-linux-android, os: ubuntu-latest } runs-on: ${{ matrix.platform.os }}