From 31ef9ade60a19d369efc81528283d0c8735637cc Mon Sep 17 00:00:00 2001 From: kinichiro Date: Tue, 25 May 2021 19:28:30 +0900 Subject: Split out android test --- .github/workflows/linux_test.yml | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to '.github/workflows/linux_test.yml') diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index 610c16c..42b3834 100644 --- a/.github/workflows/linux_test.yml +++ b/.github/workflows/linux_test.yml @@ -36,29 +36,3 @@ jobs: - uses: actions/checkout@v2 - name: Run CI script run: ./scripts/travis - - build-android-8-9: - runs-on: ubuntu-18.04 - continue-on-error: true - env: - ARCH: android - MIN_NAL: 26 - MAX_NAL: 28 - name: Android 8.x 9 - steps: - - uses: actions/checkout@v2 - - name: Run CI script - run: ./scripts/travis - - build-android-10-11: - runs-on: ubuntu-18.04 - continue-on-error: true - env: - ARCH: android - MIN_NAL: 29 - MAX_NAL: 30 - name: Android 10 11 - steps: - - uses: actions/checkout@v2 - - name: Run CI script - run: ./scripts/travis -- cgit v1.2.3-55-g6feb