Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin committed Jan 25, 2025
1 parent dd93aed commit b6f9e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
test-nightly:
name: Test (${{ matrix.runs-on }}) XXX
name: Test (${{ contains(matrix.runs-on, 'arm') && 'ARM64' || 'X86_64'}}, ${{ matrix.container }})

strategy:
matrix:
Expand Down

0 comments on commit b6f9e9d

Please sign in to comment.