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 b4dc160 commit dde1c5aCopy full SHA for dde1c5a
.github/workflows/build-test.yml
@@ -14,10 +14,10 @@ permissions:
14
jobs:
15
build:
16
strategy:
17
- matrix:
18
- # set in accordance with number of v8-versions, so caching can kick in properly
19
- max-parallel: 2
+ # set in accordance with number of v8-versions, so caching can kick in properly
+ max-parallel: 2
20
+ matrix:
21
operating-system:
22
- ubuntu-latest
23
# - windows-latest
0 commit comments