From 5912b503cc9188ae19e3bf54e52fd2a8f90d4d53 Mon Sep 17 00:00:00 2001 From: Marc Brevoort Date: Thu, 11 Jul 2024 15:54:44 +0100 Subject: [PATCH] Drop stack requirement Signed-off-by: Marc Brevoort --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28538c3f3c..edf0e044e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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