We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f2f57 commit 2e4c8e4Copy full SHA for 2e4c8e4
1 file changed
.github/workflows/build-android-linux.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
linux_debug_build:
13
name: Linux Debug Build
14
- runs-on: ubuntu-20.04
+ runs-on: 'ubuntu-24.04'
15
container:
16
image: antiagainst/uvkcompute-ci:latest
17
steps:
@@ -21,7 +21,7 @@ jobs:
21
run: ./tools/ci/build_linux.sh Debug
22
linux_release_build:
23
name: Linux Release Build
24
25
26
27
@@ -31,7 +31,7 @@ jobs:
31
run: ./tools/ci/build_linux.sh Release
32
android_release_build:
33
name: Android Release Build
34
35
36
37
0 commit comments