diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54855a69..3f66a612 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,15 +74,19 @@ jobs: - { name: 'iOS Aarch64', target: aarch64-apple-ios, os: macos-latest, } - { name: 'Web', target: wasm32-unknown-unknown, os: ubuntu-latest, } exclude: - # Web on nightly needs extra arguments + # Web on nightly needs extra arguments + - toolchain: nightly - platform: { name: 'Web', target: wasm32-unknown-unknown, os: ubuntu-latest } + platform: { name: 'Web' } + # Rustup is broken. + - toolchain: nightly + platform: { name: 'Windows 32bit GNU' } # Android is tested on stable-3 - toolchain: '1.73' - platform: { name: 'Android', target: aarch64-linux-android, os: ubuntu-latest, options: '--package=winit --features=android-native-activity', cmd: 'apk --' } + platform: { name: 'Android' } # Redox OS doesn't follow MSRV - toolchain: '1.73' - platform: { name: 'Redox OS', target: x86_64-unknown-redox, os: ubuntu-latest } + platform: { name: 'Redox OS' } include: - toolchain: '1.73' platform: { name: 'Android', target: aarch64-linux-android, os: ubuntu-latest, options: '--package=winit --features=android-native-activity', cmd: 'apk --' }