Skip to content

Commit

Permalink
Update test-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlm-games authored Jan 19, 2025
1 parent 07fb5f8 commit 30cc0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
defconfig:
description: 'Defconfig file name'
required: true
default: 'your_default_defconfig'
default: 'mt8765_P_defconfig'
repo_url:
description: 'Kernel repository URL (without https://github.com/)'
required: true
Expand All @@ -24,7 +24,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04-arm
strategy:
fail-fast: true
steps:
Expand Down

0 comments on commit 30cc0a0

Please sign in to comment.