Skip to content

Commit

Permalink
patch(build_*.yaml): Use GitHub-hosted free ARM runners (#274)
Browse files Browse the repository at this point in the history
Switch from paid GitHub-hosted ARM runners to public preview free
runners
(https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/)

Will switch integration_test_charm.yaml from Azure ARM runners to GitHub
ARM runners once the GitHub ARM runners are Generally Available
  • Loading branch information
carlcsaposs-canonical authored Jan 30, 2025
1 parent 1fcbb92 commit 0e591ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
logging.basicConfig(level=logging.INFO, stream=sys.stdout)
RUNNERS = {
craft.Architecture.X64: "ubuntu-latest",
craft.Architecture.ARM64: "Ubuntu_ARM64_4C_16G_02",
craft.Architecture.ARM64: "ubuntu-24.04-arm",
}


Expand Down

0 comments on commit 0e591ba

Please sign in to comment.