We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a987b commit be5c0eaCopy full SHA for be5c0ea
.github/workflows/tests.yaml
@@ -61,7 +61,7 @@ jobs:
61
62
tests:
63
needs: [notify-build-start, lint]
64
- runs-on: ubuntu-${{ matrix.os }}
+ runs-on: ubuntu-${{ matrix.ubuntu }}
65
strategy:
66
fail-fast: false
67
matrix:
0 commit comments