Skip to content

Commit

Permalink
chore: Rename Github Action job
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Oct 20, 2023
1 parent 28f47db commit 934fb3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
# run riscv tests
host_x86:
cross_compile_tests:
runs-on: ubuntu-20.04
steps:
- name: checkout code
Expand All @@ -26,7 +26,7 @@ jobs:
sh scripts/cross-test.sh qemu
# for validate test cases only
host_arm:
check_test_cases:
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down

0 comments on commit 934fb3d

Please sign in to comment.