We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbf43f commit bac8041Copy full SHA for bac8041
.github/workflows/test_windows_wheel.yml
@@ -23,7 +23,7 @@ permissions:
23
24
jobs:
25
compute_matrix:
26
- runs-on: linux_x64
+ runs-on: [ linux_x64, ubuntu-slim ]
27
outputs:
28
matrix: ${{ steps.set.outputs.matrix }}
29
steps:
0 commit comments