Skip to content

Commit 1e59fe6

Browse files
kvakilNo9
authored andcommitted
Try a different syntax for github actions excludes
Refs: actions/runner#1512
1 parent 34f7c53 commit 1e59fe6

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,8 @@ jobs:
3232
os: [ubuntu-18.04, ubuntu-20.04]
3333
llvm: [8, 9, 10, 11, 12, 13, 14]
3434
exclude:
35-
- os: ubuntu-18.04
36-
node:
37-
- version: 18.x
38-
- os: ubuntu-18.04
39-
node:
40-
- version: 19.x
35+
- {os: ubuntu-18.04, node: {version: 18.x}}
36+
- {os: ubuntu-18.04, node: {version: 19.x}}
4137
steps:
4238
- uses: actions/checkout@v1
4339
- name: Use Node.js ${{ matrix.node.version }} ${{ matrix.node.mirror }}

0 commit comments

Comments
 (0)