diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b4ad7a..05986ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - os: ubuntu-latest target: x86_64-unknown-linux-gnu - os: macos-latest - target: x86_64-apple-darwin + target: aarch64-apple-darwin - os: windows-latest target: x86_64-pc-windows-msvc steps: @@ -110,7 +110,7 @@ jobs: - os: ubuntu-latest target: x86_64-unknown-linux-gnu - os: macos-latest - target: x86_64-apple-darwin + target: aarch64-apple-darwin - os: windows-latest target: x86_64-pc-windows-msvc steps: @@ -199,7 +199,7 @@ jobs: - os: ubuntu-latest target: x86_64-unknown-linux-gnu - os: macos-latest - target: x86_64-apple-darwin + target: aarch64-apple-darwin steps: - uses: actions/checkout@main - uses: dtolnay/rust-toolchain@stable