summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpportunity <[email protected]>2020-07-17 15:46:59 +0800
committerOpportunity <[email protected]>2020-07-17 15:46:59 +0800
commitc3257e45039f4499192fa622ed9fd583e0dafc20 (patch)
tree3b7cad9b739b2f010402715f5a4686c70f81ce59
parent148d2a679c36cc5decc0db04ff291c5f6a0a4c88 (diff)
Revert "try use same name"
This reverts commit fafff4309b0375dd40808d0004f723c9ddd46c80.
-rw-r--r--.github/workflows/linux.yml4
-rw-r--r--.github/workflows/macos.yml4
-rw-r--r--.github/workflows/windows.yml4
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index fd1bb5cd9..0475978a1 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -1,4 +1,4 @@
-name: build
+name: Linux
on:
pull_request:
@@ -7,7 +7,7 @@ on:
types: [published]
jobs:
- Linux:
+ build:
runs-on: ubuntu-latest
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index a5dedb13a..3d4b410f4 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -1,4 +1,4 @@
-name: build
+name: macOS
on:
pull_request:
@@ -7,7 +7,7 @@ on:
types: [published]
jobs:
- macOS:
+ build:
runs-on: macos-latest
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 6f4a2ce24..8741206d7 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -1,4 +1,4 @@
-name: build
+name: Windows
on:
pull_request:
@@ -7,7 +7,7 @@ on:
types: [published]
jobs:
- Windows:
+ build:
strategy:
matrix:
arch: [x64, x86]