File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,11 @@ jobs:
19
19
env :
20
20
NODE_ENV : test
21
21
run :
22
- continue-on-error : ${{matrix.platform == 'macos-latest'}}
23
22
needs : test
24
23
runs-on : ${{matrix.platform}}
25
24
strategy :
26
25
matrix :
27
- platform : [macos-latest, ubuntu-latest, windows-latest]
26
+ platform : [ubuntu-latest, windows-latest]
28
27
steps :
29
28
- uses : actions/setup-java@v4
30
29
with :
Original file line number Diff line number Diff line change 8
8
runs-on : ${{matrix.platform}}
9
9
strategy :
10
10
matrix :
11
- platform : [macos-latest, ubuntu-latest, windows-latest]
11
+ platform : [ubuntu-latest, windows-latest]
12
12
version : [1.9.x, latest]
13
13
steps :
14
14
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 6
6
runs-on : ${{matrix.platform}}
7
7
strategy :
8
8
matrix :
9
- platform : [macos-latest, ubuntu-latest, windows-latest]
9
+ platform : [ubuntu-latest, windows-latest]
10
10
steps :
11
11
- name : Fetch sources
12
12
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments