aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorPaul Adenot <[email protected]>2024-05-23 14:36:02 +0200
committerPaul Adenot <[email protected]>2024-05-24 15:53:45 +0200
commit16a5edb67713a770de712cd4f65a9e650087440c (patch)
treed74aff93da857c133b49f35bea6319bb519549fe /.github
parentd60b441123b564199490951ab116d3f530ed436d (diff)
downloadcubeb-16a5edb67713a770de712cd4f65a9e650087440c.tar.gz
cubeb-16a5edb67713a770de712cd4f65a9e650087440c.zip
Build on Android on an Ubuntu 22.04
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
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: