Skip to content

Commit

Permalink
Drop stack requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Brevoort <marc@100percentit.com>
  • Loading branch information
marcbrevoort-cyberhive committed Jul 11, 2024
1 parent f0fdd28 commit 5912b50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
strategy:
matrix:
os:
- macos-latest
# - macos-latest
- ubuntu-latest
- windows-latest
rust:
- stable
- beta
- nightly
env:
# env:
# 20 MiB stack
RUST_MIN_STACK: 20971520
# RUST_MIN_STACK: 20971520

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5912b50

Please sign in to comment.