Skip to content

Commit

Permalink
change to arm64 gh-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rpardini committed Feb 1, 2025
1 parent fc61d25 commit 6cddf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false # let other jobs try to complete if one fails
matrix:
arch: [ { name: 'amd64', runner: 'ubuntu-latest' } , { name: 'arm64', runner: [ "self-hosted", "ARM64" ] } ]
arch: [ { name: 'amd64', runner: 'ubuntu-latest' } , { name: 'arm64', runner: "ubuntu-24.04-arm" } ]
steps:

- name: Checkout
Expand Down

0 comments on commit 6cddf6f

Please sign in to comment.