Przeglądaj źródła

Update build-kernel-a13.yml

James McConnell 1 rok temu
rodzic
commit
1959748f5b
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      .github/workflows/build-kernel-a13.yml

+ 2 - 2
.github/workflows/build-kernel-a13.yml

@@ -1,10 +1,10 @@
-name: Build Android 12 GKI Kernels
+name: Build Android 13 GKI Kernels
 
 on:
   workflow_call:  # This allows this workflow to be called from another workflow
   
 jobs:
-  build-kernel-a12-kernelsu-susfs:
+  build-kernel-a13-kernelsu-susfs:
     runs-on: ubuntu-22.04
     timeout-minutes: 2160  # Set maximum timeout
     strategy: