chore: disable ci for windows and linux for now

This commit is contained in:
zhom
2025-05-30 07:26:26 +04:00
parent 006a146770
commit 31326c2d1f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [macos-latest]
runs-on: ${{ matrix.os }}
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [macos-latest]
runs-on: ${{ matrix.os }}