diff options
author | Paul Adenot <[email protected]> | 2024-05-23 14:36:02 +0200 |
---|---|---|
committer | Paul Adenot <[email protected]> | 2024-05-24 15:53:45 +0200 |
commit | 16a5edb67713a770de712cd4f65a9e650087440c (patch) | |
tree | d74aff93da857c133b49f35bea6319bb519549fe /.github | |
parent | d60b441123b564199490951ab116d3f530ed436d (diff) | |
download | cubeb-16a5edb67713a770de712cd4f65a9e650087440c.tar.gz cubeb-16a5edb67713a770de712cd4f65a9e650087440c.zip |
Build on Android on an Ubuntu 22.04
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7cb72a..933ad69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: if: ${{ matrix.os == 'windows-2019' }} build-android: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: BUILD_TYPE: ${{ matrix.type }} strategy: |