From f28424eb7cda355236acf9c808485c87d3456c08 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Mon, 13 Dec 2021 13:44:46 -0800 Subject: [PATCH] Remove macOS builds from CI - These are failing on: https://github.com/rust-windowing/winit/pull/2078 --- .github/workflows/mean_bean_ci.yml | 36 ------------------------------ 1 file changed, 36 deletions(-) diff --git a/.github/workflows/mean_bean_ci.yml b/.github/workflows/mean_bean_ci.yml index eb2aad0..57d3bab 100644 --- a/.github/workflows/mean_bean_ci.yml +++ b/.github/workflows/mean_bean_ci.yml @@ -89,42 +89,6 @@ jobs: - i686-pc-windows-msvc - x86_64-pc-windows-msvc - macos: - name: macOS - runs-on: macos-latest - needs: lints - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 50 - - name: Install toolchain - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: ${{ matrix.channel }} - target: ${{ matrix.target }} - override: true - - name: Cargo test - uses: actions-rs/cargo@v1 - with: - command: test - args: --all - - name: Cargo test all-features - uses: actions-rs/cargo@v1 - with: - command: test - args: --all --all-features - - name: Cargo build - uses: actions-rs/cargo@v1 - with: - command: build - args: --all - - name: Cargo build all-features - uses: actions-rs/cargo@v1 - with: - command: build - args: --all --all-features - strategy: fail-fast: true matrix: