Skip to content

Commit 9d72351

Browse files
committed
Bump Python version in mobile CI to 3.12.12
Update .github/workflows/mobile-forge.yml to use PYTHON_VERSION 3.12.12 (was 3.12.7). This applies a patch-level upgrade to the Python runtime used by the mobile CI workflow while keeping PYTHON_SHORT_VERSION at 3.12, ensuring CI picks up the latest bug and security fixes.
1 parent fdbfa32 commit 9d72351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mobile-forge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
PYTHON_VERSION: "3.12.7"
9+
PYTHON_VERSION: "3.12.12"
1010
PYTHON_SHORT_VERSION: "3.12"
1111
MOBILE_FORGE_CACHE_DOWNLOADS_OFF: "1"
1212
NDK_VERSION: r27c

0 commit comments

Comments
 (0)