aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-17 01:51:19 +0800
committercrupest <crupest@outlook.com>2022-01-17 01:51:19 +0800
commit0dd9ded17f0b8461d54ccfbc66886395fab0aa98 (patch)
treefaefe040d5fbd16c6b21be68bdd340107fa24978 /.github
parent1d929ee2e71e8e18490ed1266175833e6ad5c609 (diff)
downloadcru-0dd9ded17f0b8461d54ccfbc66886395fab0aa98.tar.gz
cru-0dd9ded17f0b8461d54ccfbc66886395fab0aa98.tar.bz2
cru-0dd9ded17f0b8461d54ccfbc66886395fab0aa98.zip
...
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 670a26ca..e54bbcf2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,7 +14,7 @@ on:
jobs:
macos-build:
- name: Build
+ name: macOS Build
runs-on: macos-latest
steps:
@@ -42,7 +42,7 @@ jobs:
ctest -C Debug -T test --output-on-failure
windows-build:
- name: Build
+ name: Windows Build
runs-on: windows-latest
steps: