Skip to content

Commit

Permalink
Use larger runners for faster builds
Browse files Browse the repository at this point in the history
ARM builds take forever to complete, which makes it more difficult for updates.
  • Loading branch information
tabossert committed Nov 4, 2023
1 parent ff16f9f commit 7454c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
docker-platform: ["linux/arm64", "linux/amd64"]
images: ["rocky9.2-7"]
runs-on: ubuntu-latest
runs-on: ubuntu-latest-m
needs: [set-short-sha]
env:
SHORT_SHA: ${{ needs.set-short-sha.outputs.short_sha }}
Expand Down

0 comments on commit 7454c6c

Please sign in to comment.