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 @@ -177,7 +177,7 @@ jobs:
177177 needs : [ build ]
178178 strategy :
179179 matrix :
180- os : [ubuntu-latest , windows-latest , macos-latest ]
180+ os : [ubuntu-24.04 , windows-2022 , macos-14 ]
181181 name : ' Test (${{ matrix.os }})'
182182 runs-on : ${{ matrix.os }}
183183 steps :
@@ -224,19 +224,19 @@ jobs:
224224 - name : Download unit test report windows
225225 uses : actions/download-artifact@v4
226226 with :
227- name : unit-test-result-windows-latest
227+ name : unit-test-result-windows-2022
228228 path : testreports/
229229
230230 - name : Download unit test report linux
231231 uses : actions/download-artifact@v4
232232 with :
233- name : unit-test-result-ubuntu-latest
233+ name : unit-test-result-ubuntu-24.04
234234 path : testreports/
235235
236236 - name : Download unit test report macos
237237 uses : actions/download-artifact@v4
238238 with :
239- name : unit-test-result-macos-latest
239+ name : unit-test-result-macos-14
240240 path : testreports/
241241
242242 - name : publish test results
You can’t perform that action at this time.
0 commit comments