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 e1e3027 commit 480fd79Copy full SHA for 480fd79
.github/workflows/build.yml
@@ -44,7 +44,7 @@ concurrency:
44
jobs:
45
# Build will compile APK, test APK and run tests, lint, etc.
46
build:
47
- runs-on: ubuntu-22.04-8core
+ runs-on: 'ubuntu-24.04-8core'
48
timeout-minutes: 60
49
permissions:
50
actions: read
0 commit comments