Skip to content

Commit f28424e

Browse files
committed
Remove macOS builds from CI
- These are failing on: rust-windowing/winit#2078
1 parent 83955d2 commit f28424e

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

.github/workflows/mean_bean_ci.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -89,42 +89,6 @@ jobs:
8989
- i686-pc-windows-msvc
9090
- x86_64-pc-windows-msvc
9191

92-
macos:
93-
name: macOS
94-
runs-on: macos-latest
95-
needs: lints
96-
steps:
97-
- uses: actions/checkout@v2
98-
with:
99-
fetch-depth: 50
100-
- name: Install toolchain
101-
uses: actions-rs/toolchain@v1
102-
with:
103-
profile: minimal
104-
toolchain: ${{ matrix.channel }}
105-
target: ${{ matrix.target }}
106-
override: true
107-
- name: Cargo test
108-
uses: actions-rs/cargo@v1
109-
with:
110-
command: test
111-
args: --all
112-
- name: Cargo test all-features
113-
uses: actions-rs/cargo@v1
114-
with:
115-
command: test
116-
args: --all --all-features
117-
- name: Cargo build
118-
uses: actions-rs/cargo@v1
119-
with:
120-
command: build
121-
args: --all
122-
- name: Cargo build all-features
123-
uses: actions-rs/cargo@v1
124-
with:
125-
command: build
126-
args: --all --all-features
127-
12892
strategy:
12993
fail-fast: true
13094
matrix:

0 commit comments

Comments
 (0)