Skip to content

Commit 2da3020

Browse files
committed
ci names
1 parent 6992500 commit 2da3020

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020

21-
linuxMeson:
21+
meson:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v2
@@ -51,7 +51,7 @@ jobs:
5151
name: Linux_Meson_Testlog
5252
path: build/meson-logs/testlog.txt
5353

54-
linuxCmake:
54+
cmake:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- uses: actions/checkout@v2

.github/workflows/ci_mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020

21-
macMeson:
21+
meson:
2222
runs-on: macos-latest
2323
steps:
2424
- uses: actions/checkout@v2
@@ -48,7 +48,7 @@ jobs:
4848
name: Mac_Meson_Testlog
4949
path: build/meson-logs/testlog.txt
5050

51-
macCmake:
51+
cmake:
5252
runs-on: macos-latest
5353
steps:
5454
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)