We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff34bf commit e3ec3d5Copy full SHA for e3ec3d5
.github/workflows/pr.yaml
@@ -30,7 +30,7 @@ jobs:
30
go run main.go $PKG_ALL_CHANGED_FILES
31
32
build-arm64:
33
- runs-on: ARM64
+ runs-on: ubuntu-24.04-arm
34
steps:
35
- uses: actions/checkout@v5
36
with:
0 commit comments