We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879f5b6 commit 4ec60ffCopy full SHA for 4ec60ff
.github/workflows/release_prepare.yml
@@ -21,7 +21,7 @@ jobs:
21
contents: write
22
pull-requests: write
23
needs: release-script-test
24
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04-arm
25
if: ${{ needs.release-script-test.result == 'success' }}
26
env:
27
CXX: clang++-14
0 commit comments