We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3f7a3 commit 50f98ecCopy full SHA for 50f98ec
.github/workflows/ci.yml
@@ -40,6 +40,8 @@ jobs:
40
- { os: ubuntu-20.04 , ruby: 2.7 , python: 3.7 , python_architecture: x64 }
41
- { os: ubuntu-20.04 , ruby: 2.7 , python: 3.6 , python_architecture: x64 }
42
- { os: ubuntu-18.04 , ruby: 2.7 , python: 3.8 , python_architecture: x64 }
43
+ - { 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 }
47
0 commit comments