Skip to content

Commit e8e2a9e

Browse files
committed
Adjust matrix generation
1 parent c9700e4 commit e8e2a9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,14 +398,13 @@ jobs:
398398
run: ./python Lib/test/ssltests.py
399399

400400
build-android:
401-
name: "Android"
401+
name: Android (${{matrix.arch}})
402402
needs: build-context
403403
if: needs.build-context.outputs.run-tests == 'true'
404404
timeout-minutes: 60
405405
strategy:
406406
fail-fast: false
407407
matrix:
408-
arch: [aarch64, x86_64]
409408
include:
410409
# Use the same runs-on configuration as build-macos and build-ubuntu.
411410
- arch: aarch64

0 commit comments

Comments
 (0)