diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb5e99dbeb..c2f1ebb466 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,14 @@ 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.74.0' + platform: { target: aarch64-linux-android, os: ubuntu-latest, cmd: 'apk --' } + env: RUST_BACKTRACE: 1