From bd2fe39fcc67da3a93e98c027a0cf9314bee652e Mon Sep 17 00:00:00 2001 From: Denis Isidoro Date: Sun, 9 Apr 2023 10:17:33 -0300 Subject: Replace target: aarch64-apple-ios by aarch64-apple-darwin (#827) --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 99821d4..6d5f19e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -22,7 +22,7 @@ jobs: - armv7-linux-androideabi - aarch64-linux-android - aarch64-unknown-linux-gnu - - aarch64-apple-ios + - aarch64-apple-darwin include: - os: macos-latest target: x86_64-apple-darwin @@ -39,7 +39,7 @@ jobs: - os: ubuntu-latest target: aarch64-unknown-linux-gnu - os: macos-latest - target: aarch64-apple-ios + target: aarch64-apple-darwin steps: - uses: hecrj/setup-rust-action@v1.3.4 with: -- cgit v1.2.3