Skip to content

Commit 1022a63

Browse files
committed
CI: disable debug version of Ruby tentatively
1 parent ec9481d commit 1022a63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- { os: ubuntu-20.04 , ruby: 2.7 , python: 3.6 , python_architecture: x64 }
4242
- { os: ubuntu-18.04 , ruby: 2.7 , python: 3.8 , python_architecture: x64 }
4343
- { os: ubuntu-20.04 , ruby: debug , python: 3.x , python_architecture: x64 }
44-
- { os: macos-latest , ruby: debug , python: 3.x , python_architecture: x64 }
45-
- { os: windows-latest , ruby: mswin , python: 3.x , python_architecture: x64 }
46-
- { os: windows-latest , ruby: mingw , python: 3.x , python_architecture: x64 }
44+
#- { os: macos-latest , ruby: debug , python: 3.x , python_architecture: x64 }
45+
#- { os: windows-latest , ruby: mswin , python: 3.x , python_architecture: x64 }
46+
#- { os: windows-latest , ruby: mingw , python: 3.x , python_architecture: x64 }
4747

4848
steps:
4949
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)