Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
use ubuntu ubuntu-22.04-arm on release-prepare
  • Loading branch information
anonrig committed Jan 30, 2025
commit b50bb8399bcc4730df62706be9a92313c61c432a
2 changes: 1 addition & 1 deletion .github/workflows/release_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: write
pull-requests: write
needs: release-script-test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04-arm
if: ${{ needs.release-script-test.result == 'success' }}
env:
CXX: clang++-14
Expand Down
Loading