📝 adjust CI name

This commit is contained in:
ValKmjolnir 2024-12-11 20:15:58 +08:00
parent c9c6b905ea
commit fc6f7c60c7
1 changed files with 3 additions and 3 deletions

View File

@ -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