We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69106e6 commit 6f6ee8fCopy full SHA for 6f6ee8f
.github/workflows/android.yml
@@ -20,7 +20,7 @@ jobs:
20
maketarget: android-x64
21
arch: x86_64
22
23
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
24
name: ${{ matrix.name }}
25
steps:
26
- uses: actions/checkout@v4
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Install TeamTalk Library Dependencies
46
working-directory: ${{runner.workspace}}/TeamTalk5
47
- run: sudo make -C Build depend-ubuntu22-android
+ run: sudo make -C Build depend-ubuntu24-android
48
49
- name: Build TeamTalk Library for Android
50
working-directory: ${{runner.workspace}}/TeamTalk5/Build
0 commit comments