fix: ci workflow

This commit is contained in:
darshankabariya 2025-12-16 02:35:16 +05:30
parent f6d387aed7
commit fab39b30ed
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22

View File

@ -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: