From fc6f7c60c7defaade98595031e8188be062969ec Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Wed, 11 Dec 2024 20:15:58 +0800 Subject: [PATCH] :memo: adjust CI name --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2fe1712..329941f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Nightly Build +name: Nasal Interpreter Test on: push: @@ -8,7 +8,7 @@ on: workflow_dispatch: jobs: - mac-aarch64-build: + mac-aarch64: runs-on: macos-latest steps: - uses: actions/checkout@v4 @@ -21,7 +21,7 @@ jobs: - name: Test run: make test - linux-x86_64-build: + linux-x86_64: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4