mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
CI: Bump Android NDK version used in CI to 25.2.9519653
The previous version is no longer able to compile Lagom Clang version 14.0.1 in NDK 24.0.8215888 crashes trying to build Core::Process
This commit is contained in:
parent
26662d7ecd
commit
49b07cda12
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ jobs:
|
|||
value: g++-12
|
||||
|
||||
- name: ndk_version # only relevant for Android
|
||||
value: '24.0.8215888'
|
||||
value: '25.2.9519653'
|
||||
|
||||
pool:
|
||||
vmImage: $(job_pool)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue