Skip to content

Commit 480fd79

Browse files
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label (#2806)
Co-authored-by: Bill Napier <[email protected]>
1 parent e1e3027 commit 480fd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ concurrency:
4444
jobs:
4545
# Build will compile APK, test APK and run tests, lint, etc.
4646
build:
47-
runs-on: ubuntu-22.04-8core
47+
runs-on: 'ubuntu-24.04-8core'
4848
timeout-minutes: 60
4949
permissions:
5050
actions: read

0 commit comments

Comments
 (0)