瀏覽代碼

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: