diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8eddaa4..d4e41b8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,9 +88,12 @@ jobs: - os: ubuntu-latest targets: x86_64-unknown-linux-gnu flags: --target x86_64-unknown-linux-gnu - - os: macos-latest - targets: x86_64-apple-darwin, aarch64-apple-darwin - flags: --target x86_64-apple-darwin --target aarch64-apple-darwin + - os: macos-latest-x86_64 + targets: x86_64-apple-darwin + flags: --target x86_64-apple-darwin + - os: macos-latest-aarch64 + targets: aarch64-apple-darwin + flags: --target aarch64-apple-darwin runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4