Skip to content

Commit

Permalink
Remove macOS builds from CI
Browse files Browse the repository at this point in the history
- These are failing on: rust-windowing/winit#2078
  • Loading branch information
parasyte committed Dec 13, 2021
1 parent 83955d2 commit f28424e
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/mean_bean_ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit f28424e

Please sign in to comment.