ci: update workflows (#329)

This commit is contained in:
Caner Karaca
2025-04-27 22:55:16 +03:00
committed by GitHub
parent c40218a919
commit 9b4d07008d
5 changed files with 54 additions and 33 deletions

View File

@@ -7,9 +7,9 @@ jobs:
uses: ./.github/workflows/gki-kernel.yml
with:
version: android12-5.10
version_name: android12-5.10.226
tag: android12-5.10-2024-11
os_patch_level: 2024-11
version_name: android12-5.10.233
tag: android12-5.10-2025-02
os_patch_level: 2025-02
patch_path: "5.10"
debug: true
build-debug-kernel-a13:
@@ -17,11 +17,11 @@ jobs:
matrix:
include:
- version: "5.10"
sub_level: 228
os_patch_level: 2025-01
sub_level: 234
os_patch_level: 2025-03
- version: "5.15"
sub_level: 170
os_patch_level: 2025-01
sub_level: 178
os_patch_level: 2025-03
uses: ./.github/workflows/gki-kernel.yml
with:
version: android13-${{ matrix.version }}
@@ -34,11 +34,11 @@ jobs:
matrix:
include:
- version: "5.15"
sub_level: 170
os_patch_level: 2025-01
sub_level: 178
os_patch_level: 2025-03
- version: "6.1"
sub_level: 118
os_patch_level: 2025-01
sub_level: 129
os_patch_level: 2025-04
uses: ./.github/workflows/gki-kernel.yml
with:
version: android14-${{ matrix.version }}
@@ -51,8 +51,8 @@ jobs:
matrix:
include:
- version: "6.6"
sub_level: 58
os_patch_level: 2025-01
sub_level: 82
os_patch_level: 2025-04
uses: ./.github/workflows/gki-kernel.yml
with:
version: android15-${{ matrix.version }}