Skip to content

Commit

Permalink
use arm buildjet runner for rerun_c arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Mar 13, 2024
1 parent 05dad52 commit ea6ec4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_build_and_upload_rerun_c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
run: |
case "${{ inputs.PLATFORM }}" in
linux-arm64)
runner="ubuntu-latest-16-cores"
runner="buildjet-8vcpu-ubuntu-2204-arm"
target="aarch64-unknown-linux-gnu"
container="{'image': 'rerunio/ci_docker:0.11.0'}"
container="null"
lib_name="librerun_c.a"
;;
linux-x64)
Expand Down

0 comments on commit ea6ec4f

Please sign in to comment.