Skip to content

Commit

Permalink
feat: runs-on: ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
snowdream committed Nov 14, 2024
1 parent 5e103fa commit aa0a0ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:

jobs:
buildx:
runs-on: ubuntu-latest
runs-on: ARM64
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:

jobs:
buildx:
runs-on: ubuntu-latest
runs-on: ARM64
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit aa0a0ea

Please sign in to comment.