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 b8de826 commit a1e2cbaCopy full SHA for a1e2cba
.github/workflows/ci.yaml
@@ -17,7 +17,7 @@ env:
17
HEAD_REF: ${{ github.head_ref }}
18
jobs:
19
test:
20
- runs-on: ${{ matrix.os }}-latest
+ runs-on: ${{ matrix.os }}
21
strategy:
22
fail-fast: false
23
max-parallel: 2
0 commit comments