Skip to content

Commit

Permalink
Use Ubuntu 24.04 for Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
bear101 committed Feb 25, 2025
1 parent bfbc93e commit 2807281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
maketarget: android-x64
arch: x86_64

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: ${{ matrix.name }}
steps:
- uses: actions/checkout@v4
Expand All @@ -44,7 +44,7 @@ jobs:

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

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

0 comments on commit 2807281

Please sign in to comment.