Skip to content

Commit e6dcdce

Browse files
committed
Update maven.yml
1 parent 06e45bd commit e6dcdce

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,11 @@ jobs:
9898
arch: x64
9999
java_arch: x64
100100
os_label: windows
101-
runs-on: ${{ matrix.os }}
101+
runs-on: ${{ matrix.runs_on }}
102102

103103
steps:
104-
# YAML
104+
- name: Show runner label
105+
run: echo "Runner: ${{ matrix.runs_on }}"
105106
- name: Show arch
106107
run: uname -m
107108

0 commit comments

Comments
 (0)