Преглед изворни кода

fix(action): update build environment to use ubuntu-24.04-arm

Co-authored-by: Copilot <copilot@github.com>
TheWildJames пре 4 месеци
родитељ
комит
99674c2205
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -31,7 +31,7 @@ on:
 jobs:
   build-gki:
     name: "${{ inputs.kernel_version }} (${{ inputs.variant }})"
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04-arm
     timeout-minutes: 60
 
     steps: