From 0856ed66c585ab8ec6ee09e41d6da047df485951 Mon Sep 17 00:00:00 2001 From: umgefahren <55623006+umgefahren@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:16:20 +0200 Subject: [PATCH] Remove unnecessary targets --- .github/workflows/Cross.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/Cross.yml b/.github/workflows/Cross.yml index 27d9d12..22f6c81 100644 --- a/.github/workflows/Cross.yml +++ b/.github/workflows/Cross.yml @@ -38,11 +38,6 @@ jobs: tier3: true - target: aarch64-apple-visionos tier3: true - target: - - aarch64-apple-ios - - aarch64-apple-watchos - - aarch64-apple-tvos - - aarch64-apple-visionos steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable