From 191f3a49dfcc9de624502207302043062e78dc88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Haisman?= Date: Sun, 14 Jul 2024 18:37:23 +0200 Subject: [PATCH] Update android.yml. --- .github/workflows/android.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 3a3d13d89..694bdb622 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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: @@ -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