File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6060 runs-on : ubuntu-latest
6161 strategy :
6262 matrix :
63- platform : [win, linux ]
63+ platform : [win]
6464 steps :
6565 - name : Checkout Code
6666 uses : actions/checkout@v3
@@ -111,7 +111,7 @@ jobs:
111111 runs-on : ubuntu-latest
112112 strategy :
113113 matrix :
114- platform : [win, linux ]
114+ platform : [win]
115115 steps :
116116 - name : Download Artifacts
117117 uses : actions/download-artifact@v3
@@ -168,7 +168,7 @@ jobs:
168168 runs-on : macos-latest
169169 strategy :
170170 matrix :
171- platform : [mac]
171+ platform : [mac, linux ]
172172 steps :
173173 - name : Checkout Code
174174 uses : actions/checkout@v3
@@ -216,7 +216,7 @@ jobs:
216216 runs-on : macos-latest
217217 strategy :
218218 matrix :
219- platform : [mac]
219+ platform : [mac, linux ]
220220 steps :
221221 - name : Download Artifacts
222222 uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments