Skip to content

Commit 5912b50

Browse files
Drop stack requirement
Signed-off-by: Marc Brevoort <[email protected]>
1 parent f0fdd28 commit 5912b50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ jobs:
88
strategy:
99
matrix:
1010
os:
11-
- macos-latest
11+
# - macos-latest
1212
- ubuntu-latest
1313
- windows-latest
1414
rust:
1515
- stable
1616
- beta
1717
- nightly
18-
env:
18+
# env:
1919
# 20 MiB stack
20-
RUST_MIN_STACK: 20971520
20+
# RUST_MIN_STACK: 20971520
2121

2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)