diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cdf733586..de1a17a63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,6 @@ jobs: - { target: aarch64-apple-darwin, os: macos-latest } - { target: aarch64-apple-ios, os: macos-latest } - { target: x86_64-apple-darwin, os: macos-latest } - - { target: x86_64-apple-darwin, os: macos-12 } - { target: aarch64-linux-android, os: ubuntu-latest } runs-on: ${{ matrix.platform.os }}