Skip to content

Commit

Permalink
Update android.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilx authored Jul 14, 2024
1 parent 039ba04 commit 191f3a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: cross compile with android-ndk

on:
push:
branches: [ 2.0.x ]
branches: [ 2.1.x ]
pull_request:
branches: [ 2.0.x ]
branches: [ 2.1.x ]

jobs:
cross-compile:
Expand All @@ -13,7 +13,7 @@ jobs:
matrix:
target-abi: [armeabi-v7a, arm64-v8a, x86, x86_64]

runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 191f3a4

Please sign in to comment.