diff options
-rw-r--r-- | .github/workflows/rust.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d8a16d0..45c693a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -49,6 +49,9 @@ jobs: - os: macos-latest exe: rathole target: x86_64-apple-darwin + - os: macos-latest + exe: rathole + target: aarch64-apple-darwin steps: - uses: actions/checkout@v2 |