Skip to content

Commit 0db4d12

Browse files
committed
workflow: disable linux and windows for now
1 parent 8886621 commit 0db4d12

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- os: macos-latest
2121
arch: arm64
2222
cmake_arch: arm64
23-
- os: ubuntu-latest
24-
arch: x64
25-
- os: windows-latest
26-
arch: x64
23+
# - os: ubuntu-latest
24+
# arch: x64
25+
# - os: windows-latest
26+
# arch: x64
2727

2828
runs-on: ${{ matrix.os }}
2929

0 commit comments

Comments
 (0)