Skip to content

Commit

Permalink
ci: use native arm64 runners in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Jan 24, 2025
1 parent a4188c2 commit 15dd9a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
test_arm64:
name: Test (linux/arm64)
needs: build
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-24.04-arm
steps:
- name: Checkout machine emulator source code
uses: actions/checkout@v4
Expand All @@ -307,9 +307,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Depot CLI
uses: depot/setup-action@v1

Expand Down

0 comments on commit 15dd9a1

Please sign in to comment.