Skip to content

Commit 2142ab4

Browse files
committed
test: remove Android workflow matrix
1 parent b44cec1 commit 2142ab4

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/test-android.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,7 @@ permissions:
6767
jobs:
6868
build-android:
6969
if: github.event.pull_request.draft == false
70-
strategy:
71-
fail-fast: false
72-
matrix:
73-
arch:
74-
- arm64
75-
name: Android ${{ matrix.arch }}
70+
name: Android arm64
7671
runs-on: macos-26
7772
steps:
7873
- uses: actions/checkout@v6
@@ -98,10 +93,10 @@ jobs:
9893
echo "ANDROID_NDK_HOME=${ANDROID_HOME}/ndk/${ANDROID_NDK_VERSION}" >> "$GITHUB_ENV"
9994
- name: Environment Information
10095
run: npx envinfo
101-
- name: Configure Android ${{ matrix.arch }}
102-
run: ./android-configure "$ANDROID_NDK_HOME" "$ANDROID_API_LEVEL" "${{ matrix.arch }}"
96+
- name: Configure Android arm64
97+
run: ./android-configure "$ANDROID_NDK_HOME" "$ANDROID_API_LEVEL" arm64
10398
working-directory: node
104-
- name: Build Android ${{ matrix.arch }}
99+
- name: Build Android arm64
105100
run: make -j
106101
working-directory: node
107102
- name: Verify Android binary

0 commit comments

Comments
 (0)