Skip to content

Commit a3a2220

Browse files
committed
Tweak names more
1 parent 4ee41a0 commit a3a2220

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77

88
jobs:
99
smoke-tests:
10-
name: Test on ${{ matrix.runner }} with node@${{ matrix.node }}
10+
name: "OS: ${{ matrix.runner }}, node@${{ matrix.node }}"
1111
strategy:
1212
matrix:
13-
runner: [ubuntu-latest, macos-latest, windows-latest]
13+
runner: [ubuntu, macos, windows]
1414
node: [20.x, 22.x, 23.x]
1515
fail-fast: false
16-
runs-on: ${{ matrix.runner }}
16+
runs-on: ${{ matrix.runner }}-latest
1717
timeout-minutes: 15
1818
env:
1919
npm_config_loglevel: verbose

0 commit comments

Comments
 (0)