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 62d69ca + fa86702 commit d4404ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 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
8 changes: 1 addition & 7 deletions .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 All @@ -31,12 +31,6 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3

- name: Setup Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install cross
run: cargo install cross

- name: Create release
run: make clean build release

Expand Down
8 changes: 1 addition & 7 deletions .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 All @@ -28,12 +28,6 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v3

- name: Setup Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install cross
run: cargo install cross

- name: Create release
run: make clean build release

Expand Down

0 comments on commit d4404ab

Please sign in to comment.