From 392ba9f7ef77d138c21a10b89d93638fa12c7da4 Mon Sep 17 00:00:00 2001 From: "Tristan Poland (Trident_For_U)" <34868944+tristanpoland@users.noreply.github.com> Date: Fri, 26 Jul 2024 23:35:06 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 18c2631..053cdc0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -116,19 +116,9 @@ jobs: fail-fast: false matrix: info: - - { os: "ubuntu-latest", target: "i686-unknown-linux-gnu", cross: true } - - { os: "ubuntu-latest", target: "x86_64-unknown-linux-musl", cross: false } - - { os: "ubuntu-latest", target: "i686-unknown-linux-musl", cross: true } - - { os: "windows-2019", target: "i686-pc-windows-msvc", cross: false } - - { os: "windows-2019", target: "x86_64-pc-windows-gnu", cross: false } - { os: "ubuntu-latest", target: "x86_64-unknown-linux-gnu", cross: false, rust: "beta" } - { os: "macos-12", target: "x86_64-apple-darwin", cross: false, rust: "beta" } - { os: "windows-2019", target: "x86_64-pc-windows-msvc", cross: false, rust: "beta" } - - { os: "ubuntu-latest", target: "armv7-unknown-linux-gnueabihf", cross: true } - - { os: "ubuntu-latest", target: "arm-unknown-linux-gnueabihf", cross: true } - - { os: "ubuntu-latest", target: "powerpc64le-unknown-linux-gnu", cross: true } - - { os: "ubuntu-latest", target: "riscv64gc-unknown-linux-gnu", cross: true } - - { os: "ubuntu-latest", target: "aarch64-linux-android", cross: true, cross-version: "git:cabfc3b02d1edec03869fabdabf6a7f8b0519160", no-default-features: true } steps: - name: Checkout repository uses: actions/checkout@v4.1.1