Skip to content

Commit

Permalink
ci: use arm64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
june-fish committed May 15, 2024
1 parent 6e2e617 commit 27cbece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
variant: ['mt8192', 'mt8183', 'sc7180']
runs-on: x86-64-lg
runs-on: arm64
container:
image: registry.fedoraproject.org/fedora-minimal:40
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
variant: ['stoneyridge', 'chromebook']
runs-on: x86-64-lg
runs-on: arm64
container:
image: registry.fedoraproject.org/fedora-minimal:40
steps:
Expand Down

0 comments on commit 27cbece

Please sign in to comment.