Skip to content

Commit b92ce6f

Browse files
committed
Rename jobs based on compiler
1 parent c6cf0a0 commit b92ce6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Linux
33
on: [push, pull_request]
44

55
jobs:
6-
Linux:
6+
gcc7:
77
strategy:
88
fail-fast: false
99
matrix:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Windows
33
on: [push, pull_request]
44

55
jobs:
6-
Windows:
6+
vs2019:
77
strategy:
88
fail-fast: false
99
matrix:

0 commit comments

Comments
 (0)