Skip to content

Commit 500036b

Browse files
committed
Update precompile_binaries.yml
1 parent d07fb47 commit 500036b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/precompile_binaries.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
os: [ubuntu-20.04, macOS-latest]
12+
os: [ubuntu-latest, macOS-latest]
1313
runs-on: ${{ matrix.os }}
1414
steps:
1515
- uses: actions/checkout@v4
@@ -31,10 +31,10 @@ jobs:
3131
with:
3232
channel: 'stable'
3333
- name: Set up Android SDK
34-
if: (matrix.os == 'ubuntu-20.04')
34+
if: (matrix.os == 'ubuntu-latest')
3535
uses: android-actions/setup-android@v2
3636
- name: Install Specific NDK
37-
if: (matrix.os == 'ubuntu-20.04')
37+
if: (matrix.os == 'ubuntu-latest')
3838
run: sdkmanager --install "ndk;25.1.8937393"
3939
- name: Precompile (with iOS)
4040
if: matrix.os == 'macOS-latest'
@@ -44,9 +44,9 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
4545
PRIVATE_KEY: ${{ secrets.CARGOKIT_PRIVATE_KEY }}
4646
- name: Precompile (with Android)
47-
if: matrix.os == 'ubuntu-20.04'
47+
if: matrix.os == 'ubuntu-latest'
4848
run: dart run build_tool precompile-binaries -v --target=aarch64-linux-android,armv7-linux-androideabi,x86_64-linux-android --manifest-dir=../../rust --repository=LtbLightning/ldk-node-flutter --android-sdk-location=/usr/local/lib/android/sdk --android-ndk-version=25.1.8937393 --android-min-sdk-version=23
4949
working-directory: cargokit/build_tool
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
52-
PRIVATE_KEY: ${{ secrets.CARGOKIT_PRIVATE_KEY }}
52+
PRIVATE_KEY: ${{ secrets.CARGOKIT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)