Skip to content

Commit 8b66f71

Browse files
committed
Disable macos and enable windows
1 parent e223243 commit 8b66f71

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
name: linux
2121
lib_ext: so
2222

23-
- os: macos-latest
24-
lib_ext: so
25-
name: macos
26-
cpu: arm64
23+
# - os: macos-latest
24+
# lib_ext: so
25+
# name: macos
26+
# cpu: arm64
2727

28-
# - os: windows-latest
29-
# cpu: amd64
30-
# name: windows
31-
# lib_ext: dll
28+
- os: windows-latest
29+
cpu: amd64
30+
name: windows
31+
lib_ext: dll
3232

3333
steps:
3434
- name: Check out sources

0 commit comments

Comments
 (0)