Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Jan 30, 2025
1 parent 05ad37d commit 8a491bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: |
${{
contains(matrix.arch, 'x86_64') && 'ubuntu-latest' ||
contains(matrix.arch, 'arm64') && 'self-hosted-arm64'
contains(matrix.arch, 'arm64') && 'ubuntu-24.04-arm'
}}
steps:
- name: Setup Environment
Expand Down Expand Up @@ -160,4 +160,4 @@ jobs:
git pull
git add .
git commit -m "Update validation results [$(date +%Y%m%d)]" || true
git push
git push

0 comments on commit 8a491bb

Please sign in to comment.