Skip to content

Commit

Permalink
Try fixing Android test builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilx committed Jul 6, 2024
1 parent b415d67 commit 64b854a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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, master ]
branches: [ 2.0.x, 2.1.x, master ]
pull_request:
branches: [ 2.0.x, master ]
branches: [ 2.0.x, 2.1.x, master ]

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

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit 64b854a

Please sign in to comment.