Skip to content

Commit 4702e7e

Browse files
authored
Use pinned version of runner images (#144)
* Use pinned version of runner images * Update eventlist.yml
1 parent 486ca27 commit 4702e7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/eventlist.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)