We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2dd39 commit 76be770Copy full SHA for 76be770
1 file changed
.github/workflows/buildwheel.yml
@@ -173,7 +173,7 @@ jobs:
173
174
# Test against flint main
175
test_flint_main:
176
- name: Test flint main
+ name: Test flint main Linux x86-64
177
runs-on: ubuntu-24.04
178
steps:
179
- uses: actions/checkout@v4
@@ -187,7 +187,7 @@ jobs:
187
188
189
test_flint_main_arm:
190
+ name: Test flint main Linux ARM
191
runs-on: ubuntu-24.04-arm
192
193
0 commit comments