Skip to content

Commit 2e4c8e4

Browse files
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label (#51)
Co-authored-by: Bill Napier <napier@google.com>
1 parent 32f2f57 commit 2e4c8e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-android-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
linux_debug_build:
1313
name: Linux Debug Build
14-
runs-on: ubuntu-20.04
14+
runs-on: 'ubuntu-24.04'
1515
container:
1616
image: antiagainst/uvkcompute-ci:latest
1717
steps:
@@ -21,7 +21,7 @@ jobs:
2121
run: ./tools/ci/build_linux.sh Debug
2222
linux_release_build:
2323
name: Linux Release Build
24-
runs-on: ubuntu-20.04
24+
runs-on: 'ubuntu-24.04'
2525
container:
2626
image: antiagainst/uvkcompute-ci:latest
2727
steps:
@@ -31,7 +31,7 @@ jobs:
3131
run: ./tools/ci/build_linux.sh Release
3232
android_release_build:
3333
name: Android Release Build
34-
runs-on: ubuntu-20.04
34+
runs-on: 'ubuntu-24.04'
3535
container:
3636
image: antiagainst/uvkcompute-ci:latest
3737
steps:

0 commit comments

Comments
 (0)