diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 597391ca1d..fb5e99dbeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,14 +52,6 @@ jobs: - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest, options: --no-default-features, features: glx } - { target: aarch64-linux-android, os: ubuntu-latest, cmd: 'apk --' } - { target: x86_64-apple-darwin, os: macos-latest, } - exclude: - # Android is tested on stable-3 - - rust_version: '1.70.0' - platform: { target: aarch64-linux-android, os: ubuntu-latest, cmd: 'apk --' } - include: - - rust_version: '1.69.0' - platform: { target: aarch64-linux-android, os: ubuntu-latest, cmd: 'apk --' } - env: RUST_BACKTRACE: 1