diff options
author | crupest <crupest@outlook.com> | 2022-01-17 01:51:19 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-17 01:51:19 +0800 |
commit | 0dd9ded17f0b8461d54ccfbc66886395fab0aa98 (patch) | |
tree | faefe040d5fbd16c6b21be68bdd340107fa24978 | |
parent | 1d929ee2e71e8e18490ed1266175833e6ad5c609 (diff) | |
download | cru-0dd9ded17f0b8461d54ccfbc66886395fab0aa98.tar.gz cru-0dd9ded17f0b8461d54ccfbc66886395fab0aa98.tar.bz2 cru-0dd9ded17f0b8461d54ccfbc66886395fab0aa98.zip |
...
-rw-r--r-- | .github/workflows/ci.yml | 4 |
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: |