Skip to content

Commit 6f6ee8f

Browse files
committed
Use Ubuntu 24.04 for Android build
1 parent 69106e6 commit 6f6ee8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
maketarget: android-x64
2121
arch: x86_64
2222

23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
name: ${{ matrix.name }}
2525
steps:
2626
- uses: actions/checkout@v4
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install TeamTalk Library Dependencies
4646
working-directory: ${{runner.workspace}}/TeamTalk5
47-
run: sudo make -C Build depend-ubuntu22-android
47+
run: sudo make -C Build depend-ubuntu24-android
4848

4949
- name: Build TeamTalk Library for Android
5050
working-directory: ${{runner.workspace}}/TeamTalk5/Build

0 commit comments

Comments
 (0)