diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd6b1e65..36e038da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,12 @@ jobs: job: - os: ubuntu-latest target: x86_64-unknown-linux-gnu + - os: ubuntu-latest + target: aarch64-unknown-linux-gnu - os: macos-latest target: x86_64-apple-darwin + - os: macos-latest + target: aarch64-apple-darwin - os: windows-latest target: x86_64-pc-windows-msvc toolchain: ["stable", "nightly"] @@ -68,8 +72,12 @@ jobs: job: - os: ubuntu-latest target: x86_64-unknown-linux-gnu + - os: ubuntu-latest + target: aarch64-unknown-linux-gnu - os: macos-latest target: x86_64-apple-darwin + - os: macos-latest + target: aarch64-apple-darwin - os: windows-latest target: x86_64-pc-windows-msvc toolchain: ["stable", "nightly"]