Skip to content

Commit aecb00c

Browse files
committed
ci: rename mingw and msvc jobs to match linux and macOS
1 parent 457e5d0 commit aecb00c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/aravis-mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
jobs:
14-
test-mingw:
14+
mingw:
1515
runs-on: windows-latest
1616
strategy:
1717
fail-fast: false # see all failures, not just the first one

.github/workflows/aravis-msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
test-msvc:
11+
msvc:
1212
runs-on: windows-latest
1313
strategy:
1414
fail-fast: false

0 commit comments

Comments
 (0)