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 2e23ad4 commit 775de22
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 775de22

Please sign in to comment.