diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 618611438..0213aee14 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: 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 }