Skip to content

Commit a513b2e

Browse files
committed
chore(ci): Remove Mac run
1 parent dde8eda commit a513b2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: Test
3535
strategy:
3636
matrix:
37-
os: ["ubuntu-latest", "macos-latest"]
37+
os: ["ubuntu-latest"]
3838
rust: ["stable"]
3939
continue-on-error: ${{ matrix.rust != 'stable' }}
4040
runs-on: ${{ matrix.os }}

.github/workflows/rust-next.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Test
2222
strategy:
2323
matrix:
24-
os: ["ubuntu-latest", "macos-latest"]
24+
os: ["ubuntu-latest"]
2525
rust: ["stable", "beta"]
2626
include:
2727
- os: ubuntu-latest

0 commit comments

Comments
 (0)