From 2f8aa5c52aff52e693384fd9e91b365262f635cc Mon Sep 17 00:00:00 2001 From: Murarth Date: Mon, 3 Feb 2020 17:42:52 -0700 Subject: [PATCH] Remove armv7-apple-ios target from CI (#1433) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d552c4c1..40728a14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,6 @@ jobs: - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest, } - { target: x86_64-apple-darwin, os: macos-latest, } - { target: x86_64-apple-ios, os: macos-latest, } - - { target: armv7-apple-ios, os: macos-latest, } - { target: aarch64-apple-ios, os: macos-latest, } # We're using Windows rather than Ubuntu to run the wasm tests because caching cargo-web # doesn't currently work on Linux.