Skip to content

Commit 76be770

Browse files
committed
Fix CI job names
1 parent 3d2dd39 commit 76be770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173

174174
# Test against flint main
175175
test_flint_main:
176-
name: Test flint main
176+
name: Test flint main Linux x86-64
177177
runs-on: ubuntu-24.04
178178
steps:
179179
- uses: actions/checkout@v4
@@ -187,7 +187,7 @@ jobs:
187187

188188
# Test against flint main
189189
test_flint_main_arm:
190-
name: Test flint main
190+
name: Test flint main Linux ARM
191191
runs-on: ubuntu-24.04-arm
192192
steps:
193193
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)