Skip to content

Commit

Permalink
Merge pull request #2 from josegonzalez/arm-ci
Browse files Browse the repository at this point in the history
ci: move ci runners to arm64 to speed up builds
  • Loading branch information
josegonzalez authored Jan 25, 2025
2 parents 254ee7f + fd982fe commit 8c13484
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
bump-version:
name: bump-version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04-arm

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
ci:
name: ci
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04-arm

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
tagged-release:
name: tagged-release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04-arm

steps:
- name: Checkout
Expand Down

0 comments on commit 8c13484

Please sign in to comment.