Skip to content

Commit

Permalink
use arm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
takaishi committed Feb 9, 2025
1 parent 7288b5d commit 9e05381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
runs-on:
- "ubuntu-latest"
- "ubuntu-24.04-arm"
runs-on: ${{ matrix.runs-on }}
timeout-minutes: 10
if: github.event.pusher.name != 'dreamkast-cloudnativedays'
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
cache-to: type=gha,mode=max

merge-images:
runs-on: "ubuntu-latest"
runs-on: "ubuntu-24.04-arm"
timeout-minutes: 10
needs: ["build"]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: "ubuntu-24.04-arm"
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9e05381

Please sign in to comment.