[CI] Update Android 13 sublevel and patch level (#1071)

android13-5.10-2023-10 :
https://android.googlesource.com/kernel/common/+/refs/heads/android13-5.10-2023-10

android13-5.15-2023-10 :
https://android.googlesource.com/kernel/common/+/refs/heads/android13-5.15-2023-10
This commit is contained in:
ZHANtech™
2023-10-23 07:17:10 +07:00
committed by GitHub
parent 7a1767b4c9
commit a6325193cf

View File

@@ -42,6 +42,9 @@ jobs:
- version: "5.10" - version: "5.10"
sub_level: 186 sub_level: 186
os_patch_level: 2023-09 os_patch_level: 2023-09
- version: "5.10"
sub_level: 189
os_patch_level: 2023-10
- version: "5.15" - version: "5.15"
sub_level: 41 sub_level: 41
os_patch_level: 2022-11 os_patch_level: 2022-11
@@ -60,6 +63,9 @@ jobs:
- version: "5.15" - version: "5.15"
sub_level: 119 sub_level: 119
os_patch_level: 2023-09 os_patch_level: 2023-09
- version: "5.15"
sub_level: 123
os_patch_level: 2023-10
uses: ./.github/workflows/gki-kernel.yml uses: ./.github/workflows/gki-kernel.yml
secrets: inherit secrets: inherit
with: with:
@@ -141,11 +147,11 @@ jobs:
matrix: matrix:
include: include:
- version: "5.10" - version: "5.10"
sub_level: 187 sub_level: 189
os_patch_level: 2023-08 os_patch_level: 2023-10
- version: "5.15" - version: "5.15"
sub_level: 119 sub_level: 123
os_patch_level: 2023-09 os_patch_level: 2023-10
uses: ./.github/workflows/gki-kernel.yml uses: ./.github/workflows/gki-kernel.yml
with: with:
version: android13-${{ matrix.version }} version: android13-${{ matrix.version }}