File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
test :
11
11
strategy :
12
12
matrix :
13
- os : [ ubuntu-latest, windows-latest, macos-latest ]
13
+ os : [ ubuntu-20.04, macos-11, windows-2019 ]
14
14
node : [ 16 ]
15
15
runs-on : ${{matrix.os}}
16
16
steps :
Original file line number Diff line number Diff line change 8
8
test :
9
9
strategy :
10
10
matrix :
11
- os : [ ubuntu-latest, windows-latest, macos-latest ]
11
+ os : [ ubuntu-20.04, macos-11, windows-2019 ]
12
12
runs-on : ${{matrix.os}}
13
13
steps :
14
14
- name : Set up Git repository
40
40
- test
41
41
strategy :
42
42
matrix :
43
- os : [ ubuntu-latest, windows-latest, macos-latest ]
43
+ os : [ ubuntu-20.04, macos-11, windows-2019 ]
44
44
runs-on : ${{matrix.os}}
45
45
steps :
46
46
- name : Set up Git repository
Original file line number Diff line number Diff line change 8
8
test :
9
9
strategy :
10
10
matrix :
11
- os : [ ubuntu-latest, windows-latest, macos-latest ]
11
+ os : [ ubuntu-20.04, macos-11, windows-2019 ]
12
12
runs-on : ${{matrix.os}}
13
13
steps :
14
14
- name : Set up Git repository
40
40
- test
41
41
strategy :
42
42
matrix :
43
- os : [ ubuntu-latest, windows-latest, macos-latest ]
43
+ os : [ ubuntu-20.04, macos-11, windows-2019 ]
44
44
runs-on : ${{matrix.os}}
45
45
steps :
46
46
- name : Set up Git repository
You can’t perform that action at this time.
0 commit comments