We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016aa3c commit cd831a0Copy full SHA for cd831a0
.github/workflows/native-image-on-demand.yml
@@ -71,7 +71,7 @@ jobs:
71
72
native_arm_image:
73
needs: build_artifacts
74
- runs-on: [ self-hosted, ARM64 ]
+ runs-on: ubuntu-22.04-arm
75
steps:
76
- uses: graalvm/setup-graalvm@v1
77
with:
0 commit comments