Skip to content

Commit e336360

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

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

.github/workflows/mean_bean_ci.yml

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
with:
8080
command: build
8181
args: --all --all-features
82-
8382
strategy:
8483
fail-fast: true
8584
matrix:
@@ -88,47 +87,3 @@ jobs:
8887
# Windows
8988
- i686-pc-windows-msvc
9089
- x86_64-pc-windows-msvc
91-
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-
128-
strategy:
129-
fail-fast: true
130-
matrix:
131-
channel: [stable, beta, nightly]
132-
target:
133-
# macOS
134-
- x86_64-apple-darwin

0 commit comments

Comments
 (0)