Skip to content

Commit aece5f7

Browse files
committed
Move os out of matrix
as all tests run on ubuntu-latest anyway
1 parent 3bae67f commit aece5f7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,13 @@ jobs:
2727
strategy:
2828
matrix:
2929
node: [18, 20]
30-
os: [ubuntu-latest]
3130
eslint: [8, 9]
3231
include:
3332
# On old Node version
34-
- eslint: 8
35-
node: 17
36-
os: ubuntu-latest
33+
- node: 17
34+
eslint: 8
3735

38-
runs-on: ${{ matrix.os }}
36+
runs-on: ubuntu-latest
3937
steps:
4038
- name: Checkout
4139
uses: actions/checkout@v3

0 commit comments

Comments
 (0)