From fab39b30ed981ffba6eeb5c701fffecc950c59b6 Mon Sep 17 00:00:00 2001 From: darshankabariya Date: Tue, 16 Dec 2025 02:35:16 +0530 Subject: [PATCH] fix: ci workflow --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05126b2..b03ec3a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,11 +15,11 @@ jobs: matrix: include: - os: ubuntu-latest - toolchain: stable-x86_64-unknown-linux-gnu + toolchain: stable #- os: windows-latest # toolchain: stable-x86_64-pc-windows-gnu - os: macos-latest - toolchain: stable-x86_64-apple-darwin + toolchain: stable runs-on: ${{ matrix.os }} timeout-minutes: 90 steps: @@ -45,11 +45,11 @@ jobs: matrix: include: - os: ubuntu-latest - toolchain: stable-x86_64-unknown-linux-gnu + toolchain: stable #- os: windows-latest # toolchain: stable-x86_64-pc-windows-gnu - os: macos-latest - toolchain: stable-x86_64-apple-darwin + toolchain: stable runs-on: ${{ matrix.os }} timeout-minutes: 90 steps: