diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90b57ae14..ba890c711 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,8 @@ jobs: # arm - macos-14 target: - - native_dyn + - macos_arm64 + - macos_x86_64 - iOS_arm64 - iOS_x86_64 runs-on: ${{ matrix.os }}