Remove Windows from CI

This commit is contained in:
Ajeet D'Souza 2024-10-09 19:12:57 +05:30 committed by GitHub
parent 7113ccddea
commit a0c4049bf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with: